Skip to content

Commit 08f4fae

Browse files
author
Stephan Dilly
committed
update status when switching visible
1 parent d55dc0f commit 08f4fae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tabs/status.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ impl Component for Status {
372372

373373
fn show(&mut self) -> Result<()> {
374374
self.visible = true;
375+
self.update()?;
375376

376377
Ok(())
377378
}

0 commit comments

Comments
 (0)