Skip to content

Commit ba2853b

Browse files
committed
Fix Edge Private arg
1 parent 40d7baa commit ba2853b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Infrastructure/UserSettings/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ public CustomBrowserViewModel CustomBrowser
126126
{
127127
Name = "MS Edge",
128128
Path = "msedge",
129-
PrivateArg = "-inprivate",
129+
PrivateArg = "-inPrivate",
130130
EnablePrivate = false,
131131
Editable = false
132132
}

0 commit comments

Comments
 (0)