diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-26 11:28:00 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-07-26 11:28:00 -0600 |
commit | 7e6bd8ff32aba63ec9a3006904106c5fa4614f1a (patch) | |
tree | 858d65bfa02ca829f212ad717ac6dd18d5d05f54 /framework/qml | |
parent | b3c05745d86ba7946acc1073746df6fae63f119d (diff) | |
download | kube-7e6bd8ff32aba63ec9a3006904106c5fa4614f1a.tar.gz kube-7e6bd8ff32aba63ec9a3006904106c5fa4614f1a.zip |
Disable the non-current button
Diffstat (limited to 'framework/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 |