mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix Context Menu Image Icon
This commit is contained in:
parent
a4ca486a6c
commit
c820bc139c
3 changed files with 2 additions and 2 deletions
|
|
@ -250,7 +250,7 @@ namespace Flow.Launcher.Plugin.Explorer
|
|||
}
|
||||
|
||||
return false;
|
||||
}
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
BIN
Plugins/Flow.Launcher.Plugin.Explorer/Images/context_menu.png
Normal file
BIN
Plugins/Flow.Launcher.Plugin.Explorer/Images/context_menu.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 251 B |
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue