diff --git a/src/gitx/widgets/branches_panel.py b/src/gitx/widgets/branches_panel.py index 57aa28f..2964799 100644 --- a/src/gitx/widgets/branches_panel.py +++ b/src/gitx/widgets/branches_panel.py @@ -45,6 +45,7 @@ def refresh_branches(self) -> None: node.label.stylize("green bold") node.label = Text("✓ ") + node.label + # Get remote branches remote_branches = [] for branch_info in branches: