Skip to content

Commit

Permalink
[Bug] Fix client crashing sometimes when migrating to older user sett…
Browse files Browse the repository at this point in the history
…ings
  • Loading branch information
Soapwood committed Jul 20, 2024
1 parent f6606d6 commit d1ab8e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions VXMusicDesktop/VXUserSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ public static void SetHasLaunched(bool hasLaunched)
{
VXMusicDesktop.Properties.Settings.Default.HasLaunched = hasLaunched;
VXMusicDesktop.Properties.Settings.Default.Save();

Logger.LogDebug($"User Setting HasLaunched set to {Properties.Settings.Default.HasLaunched}");
}

public static bool GetHasLaunched()
Expand Down

0 comments on commit d1ab8e7

Please sign in to comment.