Skip to content

Commit 8737217

Browse files
committed
Show error message
1 parent bdd349e commit 8737217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Plugins/Flow.Launcher.Plugin.PluginsManager/PluginsManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ await Context.API.UpdatePluginAsync(plugin.PluginExistingMetadata, plugin.Plugin
436436
catch (Exception ex)
437437
{
438438
Context.API.LogException(ClassName, $"Update failed for {plugin.Name}", ex.InnerException);
439-
Context.API.ShowMsg(
439+
Context.API.ShowMsgError(
440440
Context.API.GetTranslation("plugin_pluginsmanager_install_error_title"),
441441
string.Format(
442442
Context.API.GetTranslation("plugin_pluginsmanager_install_error_subtitle"),

0 commit comments

Comments
 (0)