feat: update vcs changed files info when click on branch status

This commit is contained in:
Igor Támara 2025-10-25 08:32:41 -05:00 committed by CJ van den Berg
parent fdf2b6d376
commit 7f7f12a441

View file

@ -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 {};
}