mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-11-01 13:13:21 -07:00
update<Push>: turn off "Force push" by default
This commit is contained in:
parent
75006db94f
commit
402b7ce08e
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@
|
||||||
|
|
||||||
<CheckBox Grid.Row="4" Grid.Column="1"
|
<CheckBox Grid.Row="4" Grid.Column="1"
|
||||||
x:Name="chkForce"
|
x:Name="chkForce"
|
||||||
IsChecked="True"
|
IsChecked="False"
|
||||||
Content="{StaticResource Text.Push.Force}"/>
|
Content="{StaticResource Text.Push.Force}"/>
|
||||||
</Grid>
|
</Grid>
|
||||||
</controls:PopupWidget>
|
</controls:PopupWidget>
|
||||||
|
|
Loading…
Reference in a new issue