mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix build issue
This commit is contained in:
parent
08bf147559
commit
64e9150f11
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ namespace Flow.Launcher.Plugin.Url
|
|||
// resource path
|
||||
"(?:/\\S*)?" +
|
||||
"$";
|
||||
Regex reg = new Regex(urlPattern, RegexOptions.Compiled | RegexOptions.IgnoreCase);
|
||||
private readonly Regex UrlRegex = new(UrlPattern, RegexOptions.Compiled | RegexOptions.IgnoreCase);
|
||||
internal static PluginInitContext Context { get; private set; }
|
||||
internal static Settings Settings { get; private set; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue