Browse Source

Add "Drag to move" to menu

Daniel Chalmers 1 year ago
parent
commit
b71075cd40
1 changed files with 4 additions and 0 deletions
  1. 4 0
      DesktopClock/MainWindow.xaml

+ 4 - 0
DesktopClock/MainWindow.xaml

@@ -47,6 +47,10 @@
 			          IsCheckable="True"
 			          IsCheckable="True"
 			          IsChecked="{Binding BackgroundEnabled, Source={x:Static p:Settings.Default}, Mode=TwoWay}" />
 			          IsChecked="{Binding BackgroundEnabled, Source={x:Static p:Settings.Default}, Mode=TwoWay}" />
 
 
+			<MenuItem Header="Drag to _move"
+			          IsCheckable="True"
+			          IsChecked="{Binding DragToMove, Source={x:Static p:Settings.Default}, Mode=TwoWay}" />
+
 			<MenuItem>
 			<MenuItem>
 				<MenuItem.Header>
 				<MenuItem.Header>
 					<StackPanel Orientation="Horizontal">
 					<StackPanel Orientation="Horizontal">