Connect appZoneHistory settings with rest of the stack in settings v2 (#4047)

This commit is contained in:
vldmr11080
2020-06-04 14:33:03 +02:00
committed by GitHub
parent 2b62244806
commit fb3f4fa0a8
2 changed files with 8 additions and 0 deletions

View File

@@ -117,6 +117,11 @@
Margin="{StaticResource SmallTopMargin}"
IsEnabled="{ Binding Mode=TwoWay, Path=IsEnabled}"/>
<CheckBox x:Uid="FancyZones_AppLastZoneMoveWindows"
IsChecked="{ Binding Mode=TwoWay, Path=AppLastZoneMoveWindows}"
Margin="{StaticResource SmallTopMargin}"
IsEnabled="{ Binding Mode=TwoWay, Path=IsEnabled}"/>
<CheckBox x:Uid="FancyZones_UseCursorPosEditorStartupScreen"
IsChecked="{ Binding Mode=TwoWay, Path=UseCursorPosEditorStartupScreen}"
Margin="{StaticResource SmallTopMargin}"