We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e9632 commit da6ca9dCopy full SHA for da6ca9d
src/Plugins/CurvaLauncher.Plugins.RunApplication/RunApplicationPlugin.cs
@@ -47,7 +47,7 @@ public class RunApplicationPlugin : AsyncI18nPlugin
47
[PluginI18nOption("StrCustomIndexFolders", AllowTextMultiline = true)]
48
public string CustomFolders { get; set; } = string.Empty;
49
50
- [PluginI18nOption("StrRegexsForExcludingApps")]
+ [PluginI18nOption("StrRegexsForExcludingApps", AllowTextMultiline = true)]
51
public string RegexsForExcludingApps { get; set; } = "^[Uu]ninstall";
52
53
public override ImageSource Icon { get; }
0 commit comments