Improve windows exiting

This commit is contained in:
Jack251970 2025-04-15 12:49:09 +08:00
parent d21ffce47a
commit c382732f97

View file

@ -362,6 +362,7 @@ namespace Flow.Launcher.Plugin.Sys
Glyph = new GlyphInfo (FontFamily:"/Resources/#Segoe Fluent Icons", Glyph:"\xe89f"),
Action = c =>
{
_context.API.HideMainWindow();
Application.Current.MainWindow.Close();
return true;
}