mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-23 13:14:59 +00:00
ux: text displayed when current branch is valid
This commit is contained in:
parent
e29d78e2ae
commit
013b4285e4
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@
|
||||||
<ContentControl.Content>
|
<ContentControl.Content>
|
||||||
<Binding Path="CurrentBranch">
|
<Binding Path="CurrentBranch">
|
||||||
<Binding.TargetNullValue>
|
<Binding.TargetNullValue>
|
||||||
<TextBlock Classes="monospace" Text="(No commits yet)"/>
|
<TextBlock Classes="monospace" Text="--"/>
|
||||||
</Binding.TargetNullValue>
|
</Binding.TargetNullValue>
|
||||||
</Binding>
|
</Binding>
|
||||||
</ContentControl.Content>
|
</ContentControl.Content>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue