File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Plugins/Flow.Launcher.Plugin.PluginsManager Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
2525 {
2626 Title = Context . API . GetTranslation ( "plugin_pluginsmanager_plugin_contextmenu_openwebsite_title" ) ,
2727 SubTitle = Context . API . GetTranslation ( "plugin_pluginsmanager_plugin_contextmenu_openwebsite_subtitle" ) ,
28- IcoPath = "Images \\ website.png" ,
28+ IcoPath = selectedResult . IcoPath ,
2929 Action = _ =>
3030 {
3131 SharedCommands . SearchWeb . NewTabInBrowser ( pluginManifestInfo . Website ) ;
@@ -63,7 +63,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
6363 {
6464 Title = Context . API . GetTranslation ( "plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_title" ) ,
6565 SubTitle = Context . API . GetTranslation ( "plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_subtitle" ) ,
66- IcoPath = selectedResult . IcoPath ,
66+ IcoPath = "Images \\ manifestsite.png" ,
6767 Action = _ =>
6868 {
6969 SharedCommands . SearchWeb . NewTabInBrowser ( "https://github.com/Flow-Launcher/Flow.Launcher.PluginsManifest" ) ;
File renamed without changes.
Original file line number Diff line number Diff line change 66 "Name" : " Plugins Manager" ,
77 "Description" : " Management of installing, uninstalling or updating Flow Launcher plugins" ,
88 "Author" : " Jeremy Wu" ,
9- "Version" : " 1.6.2 " ,
9+ "Version" : " 1.6.3 " ,
1010 "Language" : " csharp" ,
1111 "Website" : " https://github.com/Flow-Launcher/Flow.Launcher" ,
1212 "ExecuteFileName" : " Flow.Launcher.Plugin.PluginsManager.dll" ,
You can’t perform that action at this time.
0 commit comments