Add labelCOntainsIcon in AIconLabel

This commit is contained in:
Rio Sanjaya
2025-12-24 08:40:42 +07:00
parent 97eb60677e
commit c2c1a5d614
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -19,6 +19,8 @@ class AIconLabel : public ALabel {
Gtk::Image image_;
Gtk::Box box_;
bool labelContainsIcon;
bool iconEnabled() const;
};