Skip to content

Commit

Permalink
If main window is close, just shutdown whole application
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiraSora committed Oct 22, 2024
1 parent abe19f4 commit 3687a00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions OngekiFumenEditor/AppBootstrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,8 @@ private void MainWindow_Closed(object sender, EventArgs e)
});
ProgramSetting.Default.Save();
Log.LogInfo($"WindowSizePositionLastTime = {ProgramSetting.Default.WindowSizePositionLastTime}");

App.Current.Shutdown();
}

private void InitIPCServer()
Expand Down

0 comments on commit 3687a00

Please sign in to comment.