From daf613f8ca6c9312417289c0b48487f8552e5f02 Mon Sep 17 00:00:00 2001 From: Alexis Date: Sun, 28 Oct 2018 08:43:48 +0100 Subject: [PATCH] feat: add debug about tray beta --- src/modules/sni/tray.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/modules/sni/tray.cpp b/src/modules/sni/tray.cpp index d353823..d086af9 100644 --- a/src/modules/sni/tray.cpp +++ b/src/modules/sni/tray.cpp @@ -5,6 +5,7 @@ waybar::modules::SNI::Tray::Tray(const Json::Value &config) : config_(config), watcher_(), host_(&dp, config) { + std::cout << "Tray is in beta, so there may be bugs or even be unusable." << std::endl; if (config_["spacing"].isUInt()) { box_.set_spacing(config_["spacing"].asUInt()); }