Skip to content

Commit

Permalink
Update SettingsService.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
natsurainko committed Aug 16, 2023
1 parent 985f321 commit 1138388
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ public SettingsService(ISettingsStorage storage) : base(storage)

private void Migrate()
{
ApplicationData.Current.LocalSettings.Values["SettingsVersion"] = 1u; // TODO: testing only, to be removed
// ApplicationData.Current.LocalSettings.Values["SettingsVersion"] = 1u; // TODO: testing only, to be removed
if (SettingsVersion == 0u) // Version 0: Before Release 2.1.8.0
{
MigrateFrom_2_1_8_0();
Expand Down

0 comments on commit 1138388

Please sign in to comment.