Skip to content
This repository has been archived by the owner on Dec 26, 2020. It is now read-only.

Commit

Permalink
Fixed crash on first start
Browse files Browse the repository at this point in the history
  • Loading branch information
pipe01 committed Jan 7, 2017
1 parent 19bac92 commit dac28df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions AB+ Log Viewer/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public static void Load()
{
if (!File.Exists("config.json"))
{
Inst = new Config();
Save();
}

Expand Down

0 comments on commit dac28df

Please sign in to comment.