mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-11 05:52:19 +02:00
Re-order of the autocomplete setting (for Image resizer) under the right section
This commit is contained in:
@@ -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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user