diff --git a/src/tui/status/branch.zig b/src/tui/status/branch.zig index 140e090..ec8d7f6 100644 --- a/src/tui/status/branch.zig +++ b/src/tui/status/branch.zig @@ -56,6 +56,7 @@ pub fn ctx_deinit(self: *Self) void { fn on_click(self: *Self, _: *ButtonType, _: Widget.Pos) void { self.refresh_vcs_status(); + tui.sync_with_vcs() catch {}; command.executeName("show_vcs_status", .{}) catch {}; }