We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae3559c commit a412c79Copy full SHA for a412c79
Plugins/Flow.Launcher.Plugin.Url/Main.cs
@@ -83,7 +83,7 @@ public List<Result> Query(Query query)
83
84
private string GetHttpPreference()
85
{
86
- return _settings.AlwaysOpenWithHttps ? "https": "http";
+ return _settings.AlwaysOpenWithHttps ? "https" : "http";
87
}
88
89
public bool IsURL(string raw)
0 commit comments