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 c87d114 commit 35c3a66Copy full SHA for 35c3a66
Amethyst/Classes/AppDataContainer.cs
@@ -95,9 +95,9 @@ public object this[object key]
95
set
96
{
97
if (PathsHandler.IsAmethystPackaged)
98
- SettingsDictionary[key] = value;
99
- else
100
ApplicationData.Current.LocalSettings.Values[key?.ToString() ?? "INVALID"] = value;
+ else
+ SettingsDictionary[key] = value;
101
102
SaveSettings();
103
OnPropertyChanged(nameof(SettingsDictionary));
0 commit comments