Skip to content

Commit

Permalink
Restoring async saving
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanpmartell committed Jul 20, 2024
1 parent 9f25754 commit 07d865f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LittleWarGameClient/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private void Init()
SetFriendsMenuHotkey(GetFriendsMenuHotkey());
SetChatHistoryMenuHotkey(GetChatHistoryMenuHotkey());
SetFullscreenHotkey(GetFullscreenHotkey());
Save();
SaveAsync();
}

private Ini CreateDefaultIniFile()
Expand Down

0 comments on commit 07d865f

Please sign in to comment.