Added refresh to reload branch list in interface

This commit is contained in:
“claudio-junior” 2023-12-22 01:54:45 -03:00 committed by Alberto Fanjul
parent 67c40f9d50
commit 37c5de8d12

View File

@ -144,6 +144,7 @@ class RefActionDelete : GitgExt.UIElement, GitgExt.Action, GitgExt.RefAction, Ob
}
action_interface.remove_ref(reference);
action_interface.refresh();
return true;
}
}