mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge branch 'master' into dotnet45
This commit is contained in:
commit
e29f53a82d
1 changed files with 2 additions and 0 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue