summaryrefslogtreecommitdiff
path: root/app/include
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2024-07-16 14:49:22 +0200
committerFelix Morgner <felix.morgner@gmail.com>2024-07-16 14:49:22 +0200
commit1e90e6ff6ca16b39c813b73562e1ce37bc8f01a2 (patch)
tree97cbbe91f8feb44037cab79c41881d26d242a82d /app/include
parent16d6aa1d19415ee4a782baea143c71a9a1bbe02d (diff)
downloadturns-1e90e6ff6ca16b39c813b73562e1ce37bc8f01a2.tar.xz
turns-1e90e6ff6ca16b39c813b73562e1ce37bc8f01a2.zip
app/ui: add css class based on disposition to toggle defeated button
Implements #1
Diffstat (limited to 'app/include')
-rw-r--r--app/include/turns/app/widgets/participant_row.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/include/turns/app/widgets/participant_row.hpp b/app/include/turns/app/widgets/participant_row.hpp
index 79de1e9..03c674c 100644
--- a/app/include/turns/app/widgets/participant_row.hpp
+++ b/app/include/turns/app/widgets/participant_row.hpp
@@ -43,6 +43,7 @@ namespace turns::app::widgets
Glib::RefPtr<Glib::Binding> m_title_label{};
Glib::RefPtr<Glib::Binding> m_title_visibility{};
Glib::RefPtr<Glib::Binding> m_toggle_defeated_icon{};
+ Glib::RefPtr<Glib::Binding> m_toggle_defeated_css_classes{};
};
} // namespace turns::app::widgets