From 87a337ecdfb743767bb1ccec9d2dce127aa73c66 Mon Sep 17 00:00:00 2001 From: Jason Chiu Date: Tue, 9 Jun 2026 07:10:32 +0000 Subject: [PATCH] Update tray.hpp --- include/modules/sni/tray.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/modules/sni/tray.hpp b/include/modules/sni/tray.hpp index 2996078a..f8b004ce 100644 --- a/include/modules/sni/tray.hpp +++ b/include/modules/sni/tray.hpp @@ -28,6 +28,7 @@ class Tray : public AModule { SNI::Watcher::singleton watcher_; std::vector ignore_list_; SNI::Host host_; + std::vector items_; }; } // namespace waybar::modules::SNI