mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Use proper error icon constant
This commit is contained in:
parent
ab7685e9ea
commit
a84e509aab
1 changed files with 1 additions and 1 deletions
|
|
@ -214,7 +214,7 @@ namespace Flow.Launcher.Core.Plugin
|
||||||
{
|
{
|
||||||
Title = $"{metadata.Name}: {e.GetType().Name}",
|
Title = $"{metadata.Name}: {e.GetType().Name}",
|
||||||
SubTitle = "ERROR: There was an error loading this plugin!",
|
SubTitle = "ERROR: There was an error loading this plugin!",
|
||||||
IcoPath = "Images\\app_error.png",
|
IcoPath = Flow.Launcher.Infrastructure.Constant.ErrorIcon,
|
||||||
PluginDirectory = metadata.PluginDirectory,
|
PluginDirectory = metadata.PluginDirectory,
|
||||||
ActionKeywordAssigned = query.ActionKeyword,
|
ActionKeywordAssigned = query.ActionKeyword,
|
||||||
PluginID = metadata.ID,
|
PluginID = metadata.ID,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue