Update tray.hpp

This commit is contained in:
Jason Chiu
2026-06-09 07:10:32 +00:00
committed by Alex
parent 46e96dfbaa
commit 87a337ecdf

View File

@ -28,6 +28,7 @@ class Tray : public AModule {
SNI::Watcher::singleton watcher_;
std::vector<std::string> ignore_list_;
SNI::Host host_;
std::vector<Item*> items_;
};
} // namespace waybar::modules::SNI