We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80aead3 commit 7501588Copy full SHA for 7501588
src/App.axaml.cs
@@ -552,6 +552,7 @@ private void TryLaunchAsNormal(IClassicDesktopStyleApplicationLifetime desktop)
552
553
_launcher = new ViewModels.Launcher(startupRepo);
554
desktop.MainWindow = new Views.Launcher() { DataContext = _launcher };
555
+ desktop.ShutdownMode = ShutdownMode.OnMainWindowClose;
556
557
#if !DISABLE_UPDATE_DETECTION
558
if (pref.ShouldCheck4UpdateOnStartup())
0 commit comments