mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 02:36:19 +02:00
Do not load plugin when it is disabled (#10515)
This commit is contained in:
@@ -59,5 +59,23 @@ namespace Wox.Plugin.Properties {
|
||||
resourceCulture = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Please contact plugin creator for help.
|
||||
/// </summary>
|
||||
public static string FailedToLoadPluginDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("FailedToLoadPluginDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Fail to Load {0} Plugin.
|
||||
/// </summary>
|
||||
public static string FailedToLoadPluginTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("FailedToLoadPluginTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -117,4 +117,10 @@
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<data name="FailedToLoadPluginDescription" xml:space="preserve">
|
||||
<value>Please contact plugin creator for help</value>
|
||||
</data>
|
||||
<data name="FailedToLoadPluginTitle" xml:space="preserve">
|
||||
<value>Fail to Load {0} Plugin</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user