implement tab loading indicator

This commit is contained in:
yggverse 2024-10-11 07:29:09 +03:00
parent 5f47253057
commit 472aadb9d3
2 changed files with 20 additions and 7 deletions

View file

@ -85,7 +85,11 @@ impl Item {
}
pub fn update(&self) {
// Update child components
self.page.update();
// Update tab loading indicator
self.widget.gobject().set_loading(self.page.is_loading());
}
pub fn clean(