Skip to content

Commit c382732

Browse files
committed
Improve windows exiting
1 parent d21ffce commit c382732

File tree

1 file changed

+1
-0
lines changed
  • Plugins/Flow.Launcher.Plugin.Sys

1 file changed

+1
-0
lines changed

Plugins/Flow.Launcher.Plugin.Sys/Main.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,7 @@ private List<Result> Commands()
362362
Glyph = new GlyphInfo (FontFamily:"/Resources/#Segoe Fluent Icons", Glyph:"\xe89f"),
363363
Action = c =>
364364
{
365+
_context.API.HideMainWindow();
365366
Application.Current.MainWindow.Close();
366367
return true;
367368
}

0 commit comments

Comments
 (0)