mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-12 10:19:20 +08:00
Re-order of the autocomplete setting (for Image resizer) under the right section
This commit is contained in:
parent
7a8f5a606c
commit
7f3fae5a02
@ -50,12 +50,6 @@
|
|||||||
IsOn="{Binding Mode=TwoWay, Path=IsEnabled}"
|
IsOn="{Binding Mode=TwoWay, Path=IsEnabled}"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<ToggleSwitch x:Uid="PowerRename_Toggle_AutoComplete"
|
|
||||||
Margin="{StaticResource SmallTopMargin}"
|
|
||||||
IsOn="{Binding Mode=TwoWay, Path=MRUEnabled}"
|
|
||||||
IsEnabled="{ Binding Mode=TwoWay, Path=IsEnabled}"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<TextBlock x:Uid="PowerRename_ShellIntergration"
|
<TextBlock x:Uid="PowerRename_ShellIntergration"
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
||||||
|
|
||||||
@ -74,6 +68,13 @@
|
|||||||
<TextBlock x:Uid="Miscellaneous"
|
<TextBlock x:Uid="Miscellaneous"
|
||||||
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
Style="{StaticResource SettingsGroupTitleStyle}"/>
|
||||||
|
|
||||||
|
|
||||||
|
<ToggleSwitch x:Uid="PowerRename_Toggle_AutoComplete"
|
||||||
|
Margin="{StaticResource SmallTopMargin}"
|
||||||
|
IsOn="{Binding Mode=TwoWay, Path=MRUEnabled}"
|
||||||
|
IsEnabled="{ Binding Mode=TwoWay, Path=IsEnabled}"
|
||||||
|
/>
|
||||||
|
|
||||||
<ToggleSwitch x:Uid="PowerRename_Toggle_RestoreFlagsOnLaunch"
|
<ToggleSwitch x:Uid="PowerRename_Toggle_RestoreFlagsOnLaunch"
|
||||||
Margin="{StaticResource SmallTopMargin}"
|
Margin="{StaticResource SmallTopMargin}"
|
||||||
IsOn="{Binding Mode=TwoWay, Path=RestoreFlagsOnLaunch}"
|
IsOn="{Binding Mode=TwoWay, Path=RestoreFlagsOnLaunch}"
|
||||||
|
Loading…
Reference in New Issue
Block a user