mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Show error message
This commit is contained in:
parent
bdd349e242
commit
8737217513
1 changed files with 1 additions and 1 deletions
|
|
@ -436,7 +436,7 @@ namespace Flow.Launcher.Plugin.PluginsManager
|
|||
catch (Exception ex)
|
||||
{
|
||||
Context.API.LogException(ClassName, $"Update failed for {plugin.Name}", ex.InnerException);
|
||||
Context.API.ShowMsg(
|
||||
Context.API.ShowMsgError(
|
||||
Context.API.GetTranslation("plugin_pluginsmanager_install_error_title"),
|
||||
string.Format(
|
||||
Context.API.GetTranslation("plugin_pluginsmanager_install_error_subtitle"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue