|
@@ -12,7 +12,7 @@ internal class PreferencesSettings : IPreferences
|
|
|
|
|
|
public string PathToRoamingUserPreferences { get; private set; } = GetPathToSettings(Environment.SpecialFolder.ApplicationData, "user_preferences.json");
|
|
|
|
|
|
- public string PathToLocalPreferences { get; private set; } = GetPathToSettings(Environment.SpecialFolder.LocalApplicationData, "2_0_beta_editor_data.json");
|
|
|
+ public string PathToLocalPreferences { get; private set; } = GetPathToSettings(Environment.SpecialFolder.LocalApplicationData, "editor_data.json");
|
|
|
|
|
|
public Dictionary<string, object> Preferences { get; set; } = new Dictionary<string, object>();
|
|
|
|