mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Keep default value same as origin
This commit is contained in:
parent
96d7d18f6d
commit
3f6bebd540
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
private bool _openInNewBrowserWindow = false;
|
||||
private bool _openInNewBrowserWindow = true;
|
||||
public bool OpenInNewBrowserWindow
|
||||
{
|
||||
get => _openInNewBrowserWindow;
|
||||
|
|
|
|||
Loading…
Reference in a new issue