aboutsummaryrefslogtreecommitdiff
path: root/src/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.qml')
-rw-r--r--src/main.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.qml b/src/main.qml
index 8a19d54..12c4668 100644
--- a/src/main.qml
+++ b/src/main.qml
@@ -212,8 +212,8 @@ ApplicationWindow {
width: parent.width
height: 50
model: mainqmladaptor.rwaHostModel
-
textRole: "alias"
+
onCurrentIndexChanged: {
var rwa_host = mainqmladaptor.rwaHostModel
sidebar_drawer.rwaHostSelected(rwa_host[currentIndex].uuid)