Skip to content

Commit c820bc1

Browse files
committed
Fix Context Menu Image Icon
1 parent a4ca486 commit c820bc1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
250250
}
251251

252252
return false;
253-
}
253+
},
254254
});
255255
}
256256

251 Bytes
Loading

Plugins/Flow.Launcher.Plugin.Explorer/Search/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ internal static class Constants
1717
internal const string IndexingOptionsIconImagePath = "Images\\windowsindexingoptions.png";
1818
internal const string QuickAccessImagePath = "Images\\quickaccess.png";
1919
internal const string RemoveQuickAccessImagePath = "Images\\removequickaccess.png";
20-
internal const string ShowContextMenuImagePath = "Images\\contextmenu.png";
20+
internal const string ShowContextMenuImagePath = "Images\\context_menu.png";
2121
internal const string EverythingErrorImagePath = "Images\\everything_error.png";
2222
internal const string IndexSearchWarningImagePath = "Images\\index_error.png";
2323
internal const string WindowsIndexErrorImagePath = "Images\\index_error2.png";

0 commit comments

Comments
 (0)