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 5f90365 commit 6565b55Copy full SHA for 6565b55
Plugins/Flow.Launcher.Plugin.Shell/Main.cs
@@ -340,9 +340,7 @@ private void OnWinRPressed()
340
context.API.ChangeQuery($"{context.CurrentPluginMetadata.ActionKeywords[0]}{Plugin.Query.TermSeparator}");
341
342
// show the main window and set focus to the query box
343
- Window mainWindow = Application.Current.MainWindow;
344
- mainWindow.Show();
345
- mainWindow.Focus();
+ context.API.ShowMainWindow();
346
}
347
348
public Control CreateSettingPanel()
0 commit comments