update<Push>: turn off "Push all Tags" by default

This commit is contained in:
leo 2021-04-30 14:23:08 +08:00
parent 18df69b703
commit 5f5510e6d8

View file

@ -89,7 +89,7 @@
<CheckBox Grid.Row="3" Grid.Column="1"
Margin="0,4,0,0"
x:Name="chkAllTags"
IsChecked="True"
IsChecked="False"
Content="{StaticResource Text.Push.WithAllTags}"/>
<CheckBox Grid.Row="4" Grid.Column="1"