mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix format
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
ae3559ca74
commit
a412c7978a
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ namespace Flow.Launcher.Plugin.Url
|
|||
|
||||
private string GetHttpPreference()
|
||||
{
|
||||
return _settings.AlwaysOpenWithHttps ? "https": "http";
|
||||
return _settings.AlwaysOpenWithHttps ? "https" : "http";
|
||||
}
|
||||
|
||||
public bool IsURL(string raw)
|
||||
|
|
|
|||
Loading…
Reference in a new issue