We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21ffce commit c382732Copy full SHA for c382732
Plugins/Flow.Launcher.Plugin.Sys/Main.cs
@@ -362,6 +362,7 @@ private List<Result> Commands()
362
Glyph = new GlyphInfo (FontFamily:"/Resources/#Segoe Fluent Icons", Glyph:"\xe89f"),
363
Action = c =>
364
{
365
+ _context.API.HideMainWindow();
366
Application.Current.MainWindow.Close();
367
return true;
368
}
0 commit comments