update<Push>: turn off "Force push" by default

This commit is contained in:
leo 2021-04-30 11:03:22 +08:00
parent 75006db94f
commit 402b7ce08e

View file

@ -94,7 +94,7 @@
<CheckBox Grid.Row="4" Grid.Column="1"
x:Name="chkForce"
IsChecked="True"
IsChecked="False"
Content="{StaticResource Text.Push.Force}"/>
</Grid>
</controls:PopupWidget>