mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
Do not load plugin when it is disabled (#10515)
This commit is contained in:
@@ -132,6 +132,24 @@ namespace PowerLauncher.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Plugins: {0} - fail to load and would be disabled, please contact plugins creator for help.
|
||||
/// </summary>
|
||||
public static string FailedToInitializePluginsDescription {
|
||||
get {
|
||||
return ResourceManager.GetString("FailedToInitializePluginsDescription", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Fail to initialize plugins.
|
||||
/// </summary>
|
||||
public static string FailedToInitializePluginsTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("FailedToInitializePluginsTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Last execution time: {0}.
|
||||
/// </summary>
|
||||
|
||||
@@ -185,4 +185,10 @@
|
||||
<data name="deseralization_error_message" xml:space="preserve">
|
||||
<value>Settings will be reset to default and program will continue to function.</value>
|
||||
</data>
|
||||
<data name="FailedToInitializePluginsDescription" xml:space="preserve">
|
||||
<value>Plugins: {0} - fail to load and would be disabled, please contact plugins creator for help</value>
|
||||
</data>
|
||||
<data name="FailedToInitializePluginsTitle" xml:space="preserve">
|
||||
<value>Fail to initialize plugins</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user