aboutsummaryrefslogtreecommitdiff
path: root/src/main.qml
diff options
context:
space:
mode:
authorDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-07-07 15:42:42 +0200
committerDaniel Teichmann <daniel.teichmann@das-netzwerkteam.de>2021-07-07 15:42:42 +0200
commit0ed25cd9cd46ba4c3f64eb5e8866becaa07f5344 (patch)
tree8eb711e8b6566ff98b73d7dd33aa399d74ecf0e3 /src/main.qml
parent9d3405f5e94e21e4401c30808dc3c93f6fbd3283 (diff)
downloadRWA.Support.DesktopApp-0ed25cd9cd46ba4c3f64eb5e8866becaa07f5344.tar.gz
RWA.Support.DesktopApp-0ed25cd9cd46ba4c3f64eb5e8866becaa07f5344.tar.bz2
RWA.Support.DesktopApp-0ed25cd9cd46ba4c3f64eb5e8866becaa07f5344.zip
Various small improvements to readability
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)