Merge pull request #3833 from Bahnschrift/master

This commit is contained in:
Alexis Rouillard
2025-08-08 08:26:21 +02:00
committed by GitHub
2 changed files with 14 additions and 1 deletions

View File

@ -21,6 +21,7 @@ class Tray : public AModule {
void onRemove(std::unique_ptr<Item>& item);
static inline std::size_t nb_hosts_ = 0;
bool show_passive_ = false;
Gtk::Box box_;
SNI::Watcher::singleton watcher_;
SNI::Host host_;