tooltip functionality on hyprland/language module

This commit is contained in:
Victor Perez Cano
2024-10-18 20:41:13 +02:00
parent 280f11e247
commit 696f7e1542
2 changed files with 22 additions and 1 deletions
+1
View File
@@ -35,6 +35,7 @@ class Language : public waybar::ALabel, public EventHandler {
std::mutex mutex_;
const Bar& bar_;
util::JsonParser parser_;
const bool tooltip_format_enabled_;
Layout layout_;
};