added tooltip-format-<short_description> on hyprland/language tooltip

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