File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Flow.Launcher.Plugin.Explorer
Flow.Launcher.Plugin.WebSearch Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ internal set
34
34
35
35
public List < string > ActionKeywords { get ; set ; }
36
36
37
- public bool AllowModifyActionKeywords { get ; set ; } = true ;
37
+ public bool HideActionKeywordPanel { get ; set ; }
38
38
39
39
public string IcoPath { get ; set ; }
40
40
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ public Control SettingControl
99
99
: null ;
100
100
private ImageSource _image = ImageLoader . MissingImage ;
101
101
102
- public Visibility ActionKeywordsVisibility => PluginPair . Metadata . AllowModifyActionKeywords ? Visibility . Visible : Visibility . Collapsed ;
102
+ public Visibility ActionKeywordsVisibility => PluginPair . Metadata . HideActionKeywordPanel ? Visibility . Collapsed : Visibility . Visible ;
103
103
public string InitilizaTime => PluginPair . Metadata . InitTime + "ms" ;
104
104
public string QueryTime => PluginPair . Metadata . AvgQueryTime + "ms" ;
105
105
public string Version => InternationalizationManager . Instance . GetTranslation ( "plugin_query_version" ) + " " + PluginPair . Metadata . Version ;
Original file line number Diff line number Diff line change 7
7
" *" ,
8
8
" *"
9
9
],
10
- "AllowModifyActionKeywords " : false ,
10
+ "HideActionKeywordPanel " : true ,
11
11
"Name" : " Explorer" ,
12
12
"Description" : " Find and manage files and folders via Windows Search or Everything" ,
13
13
"Author" : " Jeremy Wu" ,
Original file line number Diff line number Diff line change 23
23
" yahoo" ,
24
24
" bd"
25
25
],
26
- "AllowModifyActionKeywords " : false ,
26
+ "HideActionKeywordPanel " : true ,
27
27
"Name" : " Web Searches" ,
28
28
"Description" : " Provide the web search ability" ,
29
29
"Author" : " qianlifeng" ,
You can’t perform that action at this time.
0 commit comments