diff options
-rw-r--r-- | components/kube/contents/ui/ComposerView.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/kube/contents/ui/ComposerView.qml b/components/kube/contents/ui/ComposerView.qml index b888767d..beeeff53 100644 --- a/components/kube/contents/ui/ComposerView.qml +++ b/components/kube/contents/ui/ComposerView.qml | |||
@@ -382,7 +382,7 @@ Kube.View { | |||
382 | width: parent.width - Kube.Units.largeSpacing * 2 | 382 | width: parent.width - Kube.Units.largeSpacing * 2 |
383 | 383 | ||
384 | model: composerController.identitySelector.model | 384 | model: composerController.identitySelector.model |
385 | textRole: "displayName" | 385 | textRole: "address" |
386 | Layout.fillWidth: true | 386 | Layout.fillWidth: true |
387 | onCurrentIndexChanged: { | 387 | onCurrentIndexChanged: { |
388 | composerController.identitySelector.currentIndex = currentIndex | 388 | composerController.identitySelector.currentIndex = currentIndex |