update window actions on tab change

This commit is contained in:
yggverse 2025-01-26 16:41:59 +02:00
parent 81cea44302
commit 49c1f5923b
2 changed files with 18 additions and 4 deletions

View file

@ -158,7 +158,6 @@ impl Window {
}
Err(e) => return Err(e.to_string()),
}
Ok(())
}