Skip to content

Commit

Permalink
Fix launcher not opening when JSON file is empty.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNexusAvenger committed Apr 1, 2021
1 parent 579628e commit c040455
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NLUL.GUI/State/PersistentState.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ public static void LoadState()
}
catch (JsonException)
{

}
State ??= new PersistentSettings();
}
}
}
Expand Down

0 comments on commit c040455

Please sign in to comment.