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)
25
25
{
26
26
Title = Context . API . GetTranslation ( "plugin_pluginsmanager_plugin_contextmenu_openwebsite_title" ) ,
27
27
SubTitle = Context . API . GetTranslation ( "plugin_pluginsmanager_plugin_contextmenu_openwebsite_subtitle" ) ,
28
- IcoPath = "Images \\ website.png" ,
28
+ IcoPath = selectedResult . IcoPath ,
29
29
Action = _ =>
30
30
{
31
31
SharedCommands . SearchWeb . NewTabInBrowser ( pluginManifestInfo . Website ) ;
@@ -63,7 +63,7 @@ public List<Result> LoadContextMenus(Result selectedResult)
63
63
{
64
64
Title = Context . API . GetTranslation ( "plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_title" ) ,
65
65
SubTitle = Context . API . GetTranslation ( "plugin_pluginsmanager_plugin_contextmenu_pluginsmanifest_subtitle" ) ,
66
- IcoPath = selectedResult . IcoPath ,
66
+ IcoPath = "Images \\ manifestsite.png" ,
67
67
Action = _ =>
68
68
{
69
69
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 6
6
"Name" : " Plugins Manager" ,
7
7
"Description" : " Management of installing, uninstalling or updating Flow Launcher plugins" ,
8
8
"Author" : " Jeremy Wu" ,
9
- "Version" : " 1.6.2 " ,
9
+ "Version" : " 1.6.3 " ,
10
10
"Language" : " csharp" ,
11
11
"Website" : " https://github.com/Flow-Launcher/Flow.Launcher" ,
12
12
"ExecuteFileName" : " Flow.Launcher.Plugin.PluginsManager.dll" ,
You can’t perform that action at this time.
0 commit comments