Skip to content

Commit 3f6bebd

Browse files
committed
Keep default value same as origin
1 parent 96d7d18 commit 3f6bebd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.Url/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public string BrowserPath
3030
}
3131
}
3232

33-
private bool _openInNewBrowserWindow = false;
33+
private bool _openInNewBrowserWindow = true;
3434
public bool OpenInNewBrowserWindow
3535
{
3636
get => _openInNewBrowserWindow;

0 commit comments

Comments
 (0)