File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Plugins/Flow.Launcher.Plugin.Program Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 13
13
<system : String x : Key =" flowlauncher_plugin_program_reindex" >Reindex</system : String >
14
14
<system : String x : Key =" flowlauncher_plugin_program_indexing" >Indexing</system : String >
15
15
<system : String x : Key =" flowlauncher_plugin_program_index_start" >Index Start Menu</system : String >
16
+ <system : String x : Key =" flowlauncher_plugin_program_index_start_tooltip" >When enabled, Flow will load programs from the start menu</system : String >
16
17
<system : String x : Key =" flowlauncher_plugin_program_index_registry" >Index Registry</system : String >
18
+ <system : String x : Key =" flowlauncher_plugin_program_index_registry_tooltip" >When enabled, Flow will load programs from the registry</system : String >
17
19
<system : String x : Key =" flowlauncher_plugin_program_enable_description" >Enable Program Description</system : String >
20
+ <system : String x : Key =" flowlauncher_plugin_program_enable_description_tooltip" >Disabling this will also stop Flow from searching via the program desciption</system : String >
18
21
<system : String x : Key =" flowlauncher_plugin_program_suffixes_header" >Suffixes</system : String >
19
22
<system : String x : Key =" flowlauncher_plugin_program_max_depth_header" >Max Depth</system : String >
20
23
Original file line number Diff line number Diff line change 16
16
</Grid .RowDefinitions>
17
17
<StackPanel Grid.Row=" 0" Orientation =" Horizontal" HorizontalAlignment =" Stretch" >
18
18
<StackPanel Orientation =" Vertical" Width =" 250" >
19
- <CheckBox Name =" StartMenuEnabled" IsChecked =" {Binding EnableStartMenuSource}" Margin =" 5" Content =" {DynamicResource flowlauncher_plugin_program_index_start}" />
20
- <CheckBox Name =" RegistryEnabled" IsChecked =" {Binding EnableRegistrySource}" Margin =" 5" Content =" {DynamicResource flowlauncher_plugin_program_index_registry}" />
21
- <CheckBox Name =" DescriptionEnabled" IsChecked =" {Binding EnableDescription}" Margin =" 5" Content =" {DynamicResource flowlauncher_plugin_program_enable_description}" />
19
+ <CheckBox Name =" StartMenuEnabled" IsChecked =" {Binding EnableStartMenuSource}" Margin =" 5" Content =" {DynamicResource flowlauncher_plugin_program_index_start}" ToolTip = " {DynamicResource flowlauncher_plugin_program_index_start_tooltip} " />
20
+ <CheckBox Name =" RegistryEnabled" IsChecked =" {Binding EnableRegistrySource}" Margin =" 5" Content =" {DynamicResource flowlauncher_plugin_program_index_registry}" ToolTip = " {DynamicResource flowlauncher_plugin_program_index_registry_tooltip} " />
21
+ <CheckBox Name =" DescriptionEnabled" IsChecked =" {Binding EnableDescription}" Margin =" 5" Content =" {DynamicResource flowlauncher_plugin_program_enable_description}" ToolTip = " {DynamicResource flowlauncher_plugin_program_enable_description_tooltip} " />
22
22
</StackPanel >
23
23
<StackPanel HorizontalAlignment =" Right" Orientation =" Horizontal" >
24
24
<Button Height =" 31" HorizontalAlignment =" Right" Margin =" 10" Width =" 100" x : Name =" btnLoadAllProgramSource" Click =" btnLoadAllProgramSource_OnClick" Content =" {DynamicResource flowlauncher_plugin_program_all_programs}" />
Original file line number Diff line number Diff line change 4
4
"Name" : " Program" ,
5
5
"Description" : " Search programs in Flow.Launcher" ,
6
6
"Author" : " qianlifeng" ,
7
- "Version" : " 1.5.1 " ,
7
+ "Version" : " 1.5.2 " ,
8
8
"Language" : " csharp" ,
9
9
"Website" : " https://github.com/Flow-Launcher/Flow.Launcher" ,
10
10
"ExecuteFileName" : " Flow.Launcher.Plugin.Program.dll" ,
You can’t perform that action at this time.
0 commit comments