Return to skip other commands

This commit is contained in:
Jack251970 2025-06-26 11:09:16 +08:00
parent 590ea6184f
commit ead9b1e2f6

View file

@ -276,6 +276,8 @@ internal static class HotKeyMapper
// Invoke action & return to skip other commands
if (pluginHotkey.Action.Invoke(selectedResult))
App.API.HideMainWindow();
return;
}
}