From 5433e1b9460cf61299de7ac0bb7e9ae347842274 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 14 Jul 2024 15:17:21 +0200 Subject: domain/participant: convert to properties --- app/src/windows/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/src/windows/main.cpp b/app/src/windows/main.cpp index 28527cd..d248229 100644 --- a/app/src/windows/main.cpp +++ b/app/src/windows/main.cpp @@ -43,7 +43,7 @@ namespace turns::app::windows { auto participant = std::dynamic_pointer_cast(item); auto widget = Gtk::make_managed(); - widget->set_title(participant->name()); + widget->set_title(participant->property_name()); return widget; } -- cgit v1.2.3