From 7e6bd8ff32aba63ec9a3006904106c5fa4614f1a Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 26 Jul 2017 11:28:00 -0600 Subject: Disable the non-current button --- framework/qml/InlineAccountSwitcher.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/qml/InlineAccountSwitcher.qml') 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 { textColor: Kube.Colors.highlightedTextColor activeFocusOnTab: !isCurrent + enabled: !isCurrent onClicked: root.currentAccount = model.accountId text: model.name font.weight: Font.Bold -- cgit v1.2.3