diff --git a/src/ClaudeDo.Ui/Views/Islands/Detail/TaskHeaderBar.axaml b/src/ClaudeDo.Ui/Views/Islands/Detail/TaskHeaderBar.axaml index b37c21fe..1cde904d 100644 --- a/src/ClaudeDo.Ui/Views/Islands/Detail/TaskHeaderBar.axaml +++ b/src/ClaudeDo.Ui/Views/Islands/Detail/TaskHeaderBar.axaml @@ -27,12 +27,17 @@ Padding="0"/> + shows the branch anywhere else. FallbackValue: with no task bound the path can't + resolve and IsVisible would fall back to its default (true). --> - + IsVisible="{Binding Task.HasBranch, FallbackValue=False}"> + + + +