Skip to content

Commit

Permalink
Allow input settings to be saved and loaded back.
Browse files Browse the repository at this point in the history
  • Loading branch information
KillzXGaming committed May 8, 2022
1 parent dfd0b88 commit f400b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MapStudio.UI
1 change: 1 addition & 0 deletions Track Studio/src/MainWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ public override void OnLoad()
GlobalSettings = GlobalSettings.Load();
GlobalSettings.ReloadLanguage();
GlobalSettings.ReloadTheme();
GlobalSettings.ReloadInput();

if (!Directory.Exists(GlobalSettings.Program.ProjectDirectory))
Directory.CreateDirectory(GlobalSettings.Program.ProjectDirectory);
Expand Down

0 comments on commit f400b39

Please sign in to comment.