mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Return to skip other commands
This commit is contained in:
parent
590ea6184f
commit
ead9b1e2f6
1 changed files with 2 additions and 0 deletions
|
|
@ -276,6 +276,8 @@ internal static class HotKeyMapper
|
|||
// Invoke action & return to skip other commands
|
||||
if (pluginHotkey.Action.Invoke(selectedResult))
|
||||
App.API.HideMainWindow();
|
||||
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue