mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
update<Push>: turn off "Push all Tags" by default
This commit is contained in:
parent
18df69b703
commit
5f5510e6d8
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@
|
||||||
<CheckBox Grid.Row="3" Grid.Column="1"
|
<CheckBox Grid.Row="3" Grid.Column="1"
|
||||||
Margin="0,4,0,0"
|
Margin="0,4,0,0"
|
||||||
x:Name="chkAllTags"
|
x:Name="chkAllTags"
|
||||||
IsChecked="True"
|
IsChecked="False"
|
||||||
Content="{StaticResource Text.Push.WithAllTags}"/>
|
Content="{StaticResource Text.Push.WithAllTags}"/>
|
||||||
|
|
||||||
<CheckBox Grid.Row="4" Grid.Column="1"
|
<CheckBox Grid.Row="4" Grid.Column="1"
|
||||||
|
|
Loading…
Reference in a new issue