File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
Plugins/Flow.Launcher.Plugin.Explorer Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
250
250
}
251
251
252
252
return false ;
253
- }
253
+ } ,
254
254
} ) ;
255
255
}
256
256
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ internal static class Constants
17
17
internal const string IndexingOptionsIconImagePath = "Images\\ windowsindexingoptions.png" ;
18
18
internal const string QuickAccessImagePath = "Images\\ quickaccess.png" ;
19
19
internal const string RemoveQuickAccessImagePath = "Images\\ removequickaccess.png" ;
20
- internal const string ShowContextMenuImagePath = "Images\\ contextmenu .png" ;
20
+ internal const string ShowContextMenuImagePath = "Images\\ context_menu .png" ;
21
21
internal const string EverythingErrorImagePath = "Images\\ everything_error.png" ;
22
22
internal const string IndexSearchWarningImagePath = "Images\\ index_error.png" ;
23
23
internal const string WindowsIndexErrorImagePath = "Images\\ index_error2.png" ;
You can’t perform that action at this time.
0 commit comments