summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml')
-rw-r--r--qml/main.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/qml/main.qml b/qml/main.qml
index 46ea59c..68fe4e2 100644
--- a/qml/main.qml
+++ b/qml/main.qml
@@ -95,6 +95,11 @@ ApplicationWindow {
menuRectangle.height = Theme.sizes.menuItemHeight * menuModel.count
}
}
+ Connections {
+ target: applicationClient
+ onCurrentConferenceIdChanged: menuModel.setProperty(0, "name", Theme.text.home.arg(applicationClient.currentConferenceDetails.title))
+ }
+
Repeater {
id: listMenu
anchors.fill: parent