summaryrefslogtreecommitdiffstats
path: root/qml
diff options
context:
space:
mode:
Diffstat (limited to 'qml')
-rw-r--r--qml/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/qml/main.qml b/qml/main.qml
index 68fe4e2..f1622f9 100644
--- a/qml/main.qml
+++ b/qml/main.qml
@@ -86,10 +86,10 @@ ApplicationWindow {
id: menuModel
Component.onCompleted: {
append({name: Theme.text.home.arg(applicationClient.currentConferenceDetails.title), id: "home" })
- append({name: Theme.text.schedule, id: "schedule" })
append({name: Theme.text.talks.arg(""), id: "talks" })
append({name: Theme.text.favorites.arg(""), id: "favorites" })
append({name: Theme.text.floorPlan, id: "floorPlan" })
+ append({name: Theme.text.schedule, id: "schedule" })
append({name: Theme.text.switchConf, id: "switchConf" })
append({name: Theme.text.toWebsite, id: "toWebsite" })
menuRectangle.height = Theme.sizes.menuItemHeight * menuModel.count