diff options
Diffstat (limited to 'framework')
-rw-r--r-- | framework/qml/InlineAccountSwitcher.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/InlineAccountSwitcher.qml b/framework/qml/InlineAccountSwitcher.qml index 354150a5..846daea6 100644 --- a/framework/qml/InlineAccountSwitcher.qml +++ b/framework/qml/InlineAccountSwitcher.qml | |||
@@ -63,7 +63,7 @@ FocusScope { | |||
63 | 63 | ||
64 | textColor: Kube.Colors.highlightedTextColor | 64 | textColor: Kube.Colors.highlightedTextColor |
65 | activeFocusOnTab: !isCurrent | 65 | activeFocusOnTab: !isCurrent |
66 | enabled: !isCurrent | 66 | hoverEnabled: !isCurrent |
67 | onClicked: root.currentAccount = model.accountId | 67 | onClicked: root.currentAccount = model.accountId |
68 | text: model.name | 68 | text: model.name |
69 | font.weight: Font.Bold | 69 | font.weight: Font.Bold |