mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
ignore openinnewwindow
This commit is contained in:
parent
53f965f1f4
commit
936958947a
1 changed files with 2 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
using Flow.Launcher.Plugin;
|
||||
using System.Text.Json.Serialization;
|
||||
|
||||
namespace Flow.Launcher.Infrastructure.UserSettings
|
||||
{
|
||||
|
|
@ -9,6 +10,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
public string PrivateArg { get; set; }
|
||||
public bool EnablePrivate { get; set; }
|
||||
public bool OpenInTab { get; set; } = true;
|
||||
[JsonIgnore]
|
||||
public bool OpenInNewWindow => !OpenInTab;
|
||||
public bool Editable { get; set; } = true;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue