You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
For a plugin like clipboard manager, it will be convenient to click a query result to paste to the background application such as a chatting dialog, but for now, the FlowLauncher will get focus and there is no such api in IPluginAPI to hide the focus, the only way to paste a result is copy it to clipboard and paste it manually.
Describe the solution you'd like
Just add an api like ShowMainWindow(), but something like HideMainWindow() or ClearFocus() to IPluginAPI and a corresponding implementation.