From a1be1dcbd16712c28561f7b14de4a9ffdaef97b3 Mon Sep 17 00:00:00 2001 From: Colin <32263284+SpaghettiBorgar@users.noreply.github.com> Date: Sat, 26 Nov 2022 09:54:16 +0100 Subject: [PATCH] Updated support of audacity (#199) --- programs/audacity.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/programs/audacity.json b/programs/audacity.json index 9d6f782..08b9820 100644 --- a/programs/audacity.json +++ b/programs/audacity.json @@ -2,8 +2,8 @@ "files": [ { "path": "$HOME/.audacity-data", - "movable": false, - "help": "Currently unsupported.\n\n_Relevant issue:_ https://github.com/audacity/audacity/issues/453\n" + "movable": true, + "help": "Supported since version 3.2.0\nYou can move these files.\n" } ], "name": "audacity" -- 2.47.3