We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d34bac commit 0857338Copy full SHA for 0857338
uploader/uploader/Settings.cs
@@ -16,7 +16,7 @@ public class Settings
16
17
public static string GetSettingsFilename()
18
{
19
- return Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "vtu_settings.json");
+ return Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData), "vtu_settings.json");
20
}
21
22
public static void SaveSettings(Settings settings)
0 commit comments