Skip to content

Commit

Permalink
feat: 运行应用的插件的正则选项, 允许多行编辑
Browse files Browse the repository at this point in the history
  • Loading branch information
SlimeNull committed Sep 11, 2024
1 parent 28e9632 commit da6ca9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class RunApplicationPlugin : AsyncI18nPlugin
[PluginI18nOption("StrCustomIndexFolders", AllowTextMultiline = true)]
public string CustomFolders { get; set; } = string.Empty;

[PluginI18nOption("StrRegexsForExcludingApps")]
[PluginI18nOption("StrRegexsForExcludingApps", AllowTextMultiline = true)]
public string RegexsForExcludingApps { get; set; } = "^[Uu]ninstall";

public override ImageSource Icon { get; }
Expand Down

0 comments on commit da6ca9d

Please sign in to comment.