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 96d7d18 commit 3f6bebdCopy full SHA for 3f6bebd
Plugins/Flow.Launcher.Plugin.Url/Settings.cs
@@ -30,7 +30,7 @@ public string BrowserPath
30
}
31
32
33
- private bool _openInNewBrowserWindow = false;
+ private bool _openInNewBrowserWindow = true;
34
public bool OpenInNewBrowserWindow
35
{
36
get => _openInNewBrowserWindow;
0 commit comments