Fix Context Menu Image Icon

This commit is contained in:
DB p 2022-11-29 19:50:53 +09:00
parent a4ca486a6c
commit c820bc139c
3 changed files with 2 additions and 2 deletions

View file

@ -250,7 +250,7 @@ namespace Flow.Launcher.Plugin.Explorer
}
return false;
}
},
});
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 B

View file

@ -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";