Skip to content

Commit

Permalink
On upgrade make sure confirmExternalStorage is set to false.
Browse files Browse the repository at this point in the history
Signed-off-by: Camila Ayres <hello@camilasan.com>
  • Loading branch information
camilasan committed Oct 24, 2024
1 parent 3e6c251 commit 6abcf80
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui/application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,9 @@ bool Application::configVersionMigration()
// default is now off to displaying dialog warning user of too many files deletion
configFile.setPromptDeleteFiles(false);

// default is now off to displaying dialog warning user of external storages/gf
configFile.setConfirmExternalStorage(false);

// back up all old config files
QStringList backupFilesList;
QDir configDir(configFile.configPath());
Expand Down

0 comments on commit 6abcf80

Please sign in to comment.