mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
update status when switching visible
This commit is contained in:
parent
d55dc0fe0c
commit
08f4fae235
1 changed files with 1 additions and 0 deletions
|
|
@ -372,6 +372,7 @@ impl Component for Status {
|
|||
|
||||
fn show(&mut self) -> Result<()> {
|
||||
self.visible = true;
|
||||
self.update()?;
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue