mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-07 19:57:07 +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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user