|
@@ -24,7 +24,7 @@ namespace fis
|
|
|
public string LocalResourcePath { get; set; } = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Resources");
|
|
|
|
|
|
//Gets or sets the client temp files, eg. logs, caches.
|
|
|
- public string DataPath { get; set; } = Path.Combine("C:", "Vinno", "Flyinsono");
|
|
|
+ public string DataPath { get; set; } = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.UserProfile), "Vinno", "Flyinsono");
|
|
|
|
|
|
|
|
|
private static ShellConfig Load()
|