File tree Expand file tree Collapse file tree 1 file changed +6
-15
lines changed
Plugins/Flow.Launcher.Plugin.Program/Views Expand file tree Collapse file tree 1 file changed +6
-15
lines changed Original file line number Diff line number Diff line change 22
22
<StackPanel Width =" Auto" Orientation =" Horizontal" >
23
23
<CheckBox
24
24
Name =" StartMenuEnabled"
25
- Width =" 220"
26
25
Margin =" 70,8,10,8"
27
26
Content =" {DynamicResource flowlauncher_plugin_program_index_start}"
28
27
IsChecked =" {Binding EnableStartMenuSource}"
33
32
Content =" {DynamicResource flowlauncher_plugin_program_index_registry}"
34
33
IsChecked =" {Binding EnableRegistrySource}"
35
34
ToolTip =" {DynamicResource flowlauncher_plugin_program_index_registry_tooltip}" />
35
+ <CheckBox
36
+ Name =" PATHEnabled"
37
+ Margin =" 70,8,10,8"
38
+ Content =" {DynamicResource flowlauncher_plugin_program_index_PATH}"
39
+ IsChecked =" {Binding EnablePATHSource}"
40
+ ToolTip =" {DynamicResource flowlauncher_plugin_program_index_PATH_tooltip}" />
36
41
</StackPanel >
37
42
38
43
<Separator
42
47
<StackPanel Width =" Auto" Orientation =" Horizontal" >
43
48
<CheckBox
44
49
Name =" HideLnkEnabled"
45
- Width =" 220"
46
50
Margin =" 70,8,10,8"
47
51
Content =" {DynamicResource flowlauncher_plugin_program_enable_hidelnkpath}"
48
52
IsChecked =" {Binding HideAppsPath}"
54
58
IsChecked =" {Binding EnableDescription}"
55
59
ToolTip =" {DynamicResource flowlauncher_plugin_program_enable_description_tooltip}" />
56
60
</StackPanel >
57
-
58
- <Separator
59
- Height =" 1"
60
- BorderBrush =" {DynamicResource Color03B}"
61
- BorderThickness =" 1" />
62
- <StackPanel Width =" Auto" Orientation =" Horizontal" >
63
- <CheckBox
64
- Name =" PATHEnabled"
65
- Margin =" 70,8,10,8"
66
- Content =" {DynamicResource flowlauncher_plugin_program_index_PATH}"
67
- IsChecked =" {Binding EnablePATHSource}"
68
- ToolTip =" {DynamicResource flowlauncher_plugin_program_index_PATH_tooltip}" />
69
- </StackPanel >
70
61
</StackPanel >
71
62
<StackPanel
72
63
Width =" Auto"
You can’t perform that action at this time.
0 commit comments