Show updates-available banner in Installed view

This commit is contained in:
lashman
2026-02-28 01:48:50 +02:00
parent 68918af00a
commit 6a546396ed
2 changed files with 29 additions and 0 deletions

View File

@@ -1374,6 +1374,10 @@ impl DriftwoodWindow {
page.set_needs_attention(count > 0);
}
}
// Also update the banner in the Installed view
if let Some(library_view) = self.imp().library_view.get() {
library_view.set_update_count(count);
}
}
fn start_file_watcher(&self) {