mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-29 16:14:59 +00:00
fix: COMMIT & PUSH
should hide when there's no remotes available (#956)
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
8edd955370
commit
8ed7a99923
3 changed files with 11 additions and 0 deletions
|
@ -374,6 +374,7 @@
|
|||
ToolTip.VerticalOffset="0">
|
||||
<Button.IsVisible>
|
||||
<MultiBinding Converter="{x:Static BoolConverters.And}">
|
||||
<Binding Path="HasRemotes"/>
|
||||
<Binding Path="UseAmend" Converter="{x:Static BoolConverters.Not}"/>
|
||||
<Binding Path="InProgressContext" Converter="{x:Static ObjectConverters.IsNull}"/>
|
||||
</MultiBinding>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue