Skip to content

Commit a84e509

Browse files
committed
Use proper error icon constant
1 parent ab7685e commit a84e509

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Flow.Launcher.Core/Plugin/PluginManager.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public static async Task<List<Result>> QueryForPluginAsync(PluginPair pair, Quer
214214
{
215215
Title = $"{metadata.Name}: {e.GetType().Name}",
216216
SubTitle = "ERROR: There was an error loading this plugin!",
217-
IcoPath = "Images\\app_error.png",
217+
IcoPath = Flow.Launcher.Infrastructure.Constant.ErrorIcon,
218218
PluginDirectory = metadata.PluginDirectory,
219219
ActionKeywordAssigned = query.ActionKeyword,
220220
PluginID = metadata.ID,

0 commit comments

Comments
 (0)