Merge pull request #5028 from JeremieRodon/fix/tray-hide-when-empty

fix(tray): hide module when no items are visible
This commit is contained in:
Alexis Rouillard
2026-07-03 20:58:33 +02:00
committed by GitHub
2 changed files with 4 additions and 14 deletions
-1
View File
@@ -22,7 +22,6 @@ class Tray : public AModule {
void queueUpdate();
static inline std::size_t nb_hosts_ = 0;
bool show_passive_ = false;
Gtk::Box box_;
SNI::Watcher::singleton watcher_;
SNI::Host host_;