Use proper error icon constant

This commit is contained in:
Garulf 2023-11-24 13:15:17 -05:00
parent ab7685e9ea
commit a84e509aab

View file

@ -214,7 +214,7 @@ namespace Flow.Launcher.Core.Plugin
{
Title = $"{metadata.Name}: {e.GetType().Name}",
SubTitle = "ERROR: There was an error loading this plugin!",
IcoPath = "Images\\app_error.png",
IcoPath = Flow.Launcher.Infrastructure.Constant.ErrorIcon,
PluginDirectory = metadata.PluginDirectory,
ActionKeywordAssigned = query.ActionKeyword,
PluginID = metadata.ID,