Always save data to internal directory

This commit is contained in:
2026-04-22 10:58:16 +09:00
parent c3ec91027f
commit afed4c8438
4 changed files with 10 additions and 7 deletions
+1
View File
@@ -217,6 +217,7 @@ class Settings : ChangeNotifier
}
settings.AllReportInfo = list.OrderBy(x => x.Title).ToList();
settings.WorkingFolderToInternalFolderName = []; // clear this list; it is no longer going to be used
settings.SaveReportJsonDataInInternalDir = true; // this is now always true
settings.SettingsVersion = 2;
settings.SaveSettingsNotAsync(); // saves all data; UUIDs should be in sync if user has toggled settings
}