mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
formatting
This commit is contained in:
parent
3188bd82c0
commit
ef194d0097
1 changed files with 2 additions and 1 deletions
|
|
@ -226,6 +226,7 @@ namespace Flow.Launcher
|
|||
{
|
||||
url.OpenInBrowserWindow(path, inPrivate ?? browserInfo.EnablePrivate, browserInfo.PrivateArg);
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
@ -240,7 +241,7 @@ namespace Flow.Launcher
|
|||
return;
|
||||
}
|
||||
|
||||
throw new InvalidOperationException("URI scheme not specifiedor supported ");
|
||||
throw new InvalidOperationException("URI scheme not specified or supported ");
|
||||
}
|
||||
|
||||
public void OpenUrl(string url, bool? inPrivate = null)
|
||||
|
|
|
|||
Loading…
Reference in a new issue