mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-26 12:35:14 +03:00
update main UI aswell to show new branch
This commit is contained in:
parent
8466b39226
commit
cbf53d6013
@ -130,7 +130,7 @@ impl CreateBranchComponent {
|
||||
match res {
|
||||
Ok(_) => {
|
||||
self.queue.push(InternalEvent::Update(
|
||||
NeedsUpdate::BRANCHES,
|
||||
NeedsUpdate::ALL | NeedsUpdate::BRANCHES,
|
||||
));
|
||||
}
|
||||
Err(e) => {
|
||||
|
Loading…
Reference in New Issue
Block a user