mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix Edge Private arg
This commit is contained in:
parent
40d7baac86
commit
ba2853b5c1
1 changed files with 1 additions and 1 deletions
|
|
@ -126,7 +126,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
|
|||
{
|
||||
Name = "MS Edge",
|
||||
Path = "msedge",
|
||||
PrivateArg = "-inprivate",
|
||||
PrivateArg = "-inPrivate",
|
||||
EnablePrivate = false,
|
||||
Editable = false
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue