Add .empty css class to group if it is empty

This commit is contained in:
Jakob Sjudin
2026-03-20 11:27:58 +01:00
parent ab7bfdb297
commit ba23ef6487
2 changed files with 45 additions and 1 deletions
+1
View File
@@ -26,6 +26,7 @@ class Group : public AModule {
bool is_first_widget = true;
bool is_drawer = false;
bool click_to_reveal = false;
bool empty_if_drawer_empty = false;
std::string add_class_to_drawer_children;
bool handleMouseEnter(GdkEventCrossing* const& ev) override;
bool handleMouseLeave(GdkEventCrossing* const& ev) override;