Skip to content

Commit

Permalink
Easy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisFeline committed Oct 12, 2024
1 parent 7857f31 commit 2302697
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ static void Main(string[] args)
InitializeFont();

if (!Directory.Exists(DataLocation)) Directory.CreateDirectory(DataLocation);
MainWindow.Started = false;

if (!StartCheckForUpdate()) {
Application.ApplicationExit += OnApplicationExit;
Expand Down

0 comments on commit 2302697

Please sign in to comment.