From c820bc139c9df1a500600e77ea08637fe0a3ed5c Mon Sep 17 00:00:00 2001 From: DB p Date: Tue, 29 Nov 2022 19:50:53 +0900 Subject: [PATCH] Fix Context Menu Image Icon --- .../Flow.Launcher.Plugin.Explorer/ContextMenu.cs | 2 +- .../Images/context_menu.png | Bin 0 -> 251 bytes .../Search/Constants.cs | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 Plugins/Flow.Launcher.Plugin.Explorer/Images/context_menu.png diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs index 8e9017bf6..590d659a8 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/ContextMenu.cs @@ -250,7 +250,7 @@ namespace Flow.Launcher.Plugin.Explorer } return false; - } + }, }); } diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Images/context_menu.png b/Plugins/Flow.Launcher.Plugin.Explorer/Images/context_menu.png new file mode 100644 index 0000000000000000000000000000000000000000..c6138b765bad3521b688dd3f11e606ef8ceeedb3 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^1|ZDA1|-9oezpTCwj^(N7l!{JxM1({$v}|}o-U3d z8I5nRIdUB`5NUZ>Y3UwY&5{4WantL@DxvicY~P&QdV5b^RK^hv){Xu@>@|FynS?b` zR2Ufk%~)&icm4RyH9UHy^UbOXr#|}hQ`7(b_s8G6p{`fYMf_IP%8RYv x`25A08uAx$Uu@kLmsPTG@8Qd>3=AA8OeGeAk$j1@-9Wc9c)I$ztaD0e0sz6fXyX6? literal 0 HcmV?d00001 diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Constants.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/Constants.cs index 8d6a6a738..2918cb61f 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/Constants.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/Constants.cs @@ -17,7 +17,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search internal const string IndexingOptionsIconImagePath = "Images\\windowsindexingoptions.png"; internal const string QuickAccessImagePath = "Images\\quickaccess.png"; internal const string RemoveQuickAccessImagePath = "Images\\removequickaccess.png"; - internal const string ShowContextMenuImagePath = "Images\\contextmenu.png"; + internal const string ShowContextMenuImagePath = "Images\\context_menu.png"; internal const string EverythingErrorImagePath = "Images\\everything_error.png"; internal const string IndexSearchWarningImagePath = "Images\\index_error.png"; internal const string WindowsIndexErrorImagePath = "Images\\index_error2.png";