mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
merge master
This commit is contained in:
@@ -257,6 +257,8 @@ namespace Wox.Core.Plugin
|
||||
string msg = InternationalizationManager.Instance.GetTranslation("newActionKeywordsCannotBeEmpty");
|
||||
throw new WoxPluginException(plugin.Metadata.Name, msg);
|
||||
}
|
||||
// do nothing if they are same
|
||||
if (oldActionKeyword == newActionKeyword) return;
|
||||
if (NonGlobalPlugins.ContainsKey(newActionKeyword))
|
||||
{
|
||||
string msg = InternationalizationManager.Instance.GetTranslation("newActionKeywordsHasBeenAssigned");
|
||||
|
||||
Reference in New Issue
Block a user