Merge branch 'master' into fix/tray-hide-when-empty

This commit is contained in:
Alexis Rouillard
2026-07-03 20:45:10 +02:00
committed by GitHub
144 changed files with 2441 additions and 916 deletions
+1
View File
@@ -19,6 +19,7 @@ class Tray : public AModule {
private:
void onAdd(std::unique_ptr<Item>& item);
void onRemove(std::unique_ptr<Item>& item);
void queueUpdate();
static inline std::size_t nb_hosts_ = 0;
Gtk::Box box_;