- close main window on exit

master
Simon G 5 years ago
parent 572f5ea5d6
commit c825c08ed0
  1. 1
      Mystify/App.axaml.cs

@ -64,6 +64,7 @@ namespace Mystify
private void OnExit(object? sender, ControlledApplicationLifetimeExitEventArgs args)
{
_mainWindow?.Close();
_notifyIcon?.Remove();
_kernel?.Dispose();
}

Loading…
Cancel
Save