Skip to content

Commit 9369589

Browse files
committed
ignore openinnewwindow
1 parent 53f965f commit 9369589

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Flow.Launcher.Infrastructure/UserSettings/CustomBrowserViewModel.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
using Flow.Launcher.Plugin;
2+
using System.Text.Json.Serialization;
23

34
namespace Flow.Launcher.Infrastructure.UserSettings
45
{
@@ -9,6 +10,7 @@ public class CustomBrowserViewModel : BaseModel
910
public string PrivateArg { get; set; }
1011
public bool EnablePrivate { get; set; }
1112
public bool OpenInTab { get; set; } = true;
13+
[JsonIgnore]
1214
public bool OpenInNewWindow => !OpenInTab;
1315
public bool Editable { get; set; } = true;
1416

0 commit comments

Comments
 (0)