Skip to content

Commit 9f63291

Browse files
committed
Improve setting dialog command
1 parent d3824f2 commit 9f63291

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -404,6 +404,8 @@ private List<Result> Commands(Query query)
404404
IcoPath = "Images\\app.png",
405405
Action = c =>
406406
{
407+
// Hide the window first then open setting dialog because main window can be topmost window which will still display on top of the setting dialog for a while
408+
_context.API.HideMainWindow();
407409
_context.API.OpenSettingDialog();
408410
return true;
409411
}

0 commit comments

Comments
 (0)