File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Plugins/Flow.Launcher.Plugin.Shell Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 15
15
<RowDefinition />
16
16
<RowDefinition />
17
17
<RowDefinition />
18
+ <RowDefinition />
18
19
</Grid .RowDefinitions>
19
20
<CheckBox
20
21
x : Name =" ReplaceWinR"
30
31
Content =" {DynamicResource flowlauncher_plugin_cmd_close_cmd_after_press}" />
31
32
<CheckBox
32
33
x : Name =" LeaveShellOpen"
33
- Grid.Row=" 1 "
34
+ Grid.Row=" 2 "
34
35
Margin =" 10,5,5,5"
35
36
HorizontalAlignment =" Left"
36
37
Content =" {DynamicResource flowlauncher_plugin_cmd_leave_cmd_open}" />
37
38
<CheckBox
38
39
x : Name =" AlwaysRunAsAdministrator"
39
- Grid.Row=" 2 "
40
+ Grid.Row=" 3 "
40
41
Margin =" 10,5,5,5"
41
42
HorizontalAlignment =" Left"
42
43
Content =" {DynamicResource flowlauncher_plugin_cmd_always_run_as_administrator}" />
43
44
<ComboBox
44
45
x : Name =" ShellComboBox"
45
- Grid.Row=" 3 "
46
+ Grid.Row=" 4 "
46
47
Margin =" 10,5,5,5"
47
48
HorizontalAlignment =" Left" >
48
49
<ComboBoxItem >CMD</ComboBoxItem >
49
50
<ComboBoxItem >PowerShell</ComboBoxItem >
50
51
<ComboBoxItem >Pwsh</ComboBoxItem >
51
52
<ComboBoxItem >RunCommand</ComboBoxItem >
52
53
</ComboBox >
53
- <StackPanel Grid.Row=" 4 " Orientation =" Horizontal" >
54
+ <StackPanel Grid.Row=" 5 " Orientation =" Horizontal" >
54
55
<CheckBox
55
56
x : Name =" ShowOnlyMostUsedCMDs"
56
57
Margin =" 10,5,5,5"
You can’t perform that action at this time.
0 commit comments