diff options
Diffstat (limited to 'framework/qml/InlineAccountSwitcher.qml')
-rw-r--r-- | framework/qml/InlineAccountSwitcher.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/InlineAccountSwitcher.qml b/framework/qml/InlineAccountSwitcher.qml index 15425c68..511c38db 100644 --- a/framework/qml/InlineAccountSwitcher.qml +++ b/framework/qml/InlineAccountSwitcher.qml | |||
@@ -66,6 +66,7 @@ FocusScope { | |||
66 | 66 | ||
67 | textColor: Kube.Colors.highlightedTextColor | 67 | textColor: Kube.Colors.highlightedTextColor |
68 | activeFocusOnTab: !isCurrent | 68 | activeFocusOnTab: !isCurrent |
69 | enabled: !isCurrent | ||
69 | onClicked: root.currentAccount = model.accountId | 70 | onClicked: root.currentAccount = model.accountId |
70 | text: model.name | 71 | text: model.name |
71 | font.weight: Font.Bold | 72 | font.weight: Font.Bold |