diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-20 16:14:57 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-03-20 16:15:28 +0100 |
commit | ed09c7689f7435761611cbfd3cda98bbd79c3a5e (patch) | |
tree | 4ef457ca37ca2af5a159b6d5789e4d3267918197 /components/package/contents/ui | |
parent | f8b7fca3671b6458f1fac8e59769920da1e2aaea (diff) | |
download | kube-ed09c7689f7435761611cbfd3cda98bbd79c3a5e.tar.gz kube-ed09c7689f7435761611cbfd3cda98bbd79c3a5e.zip |
Disable the button we only use to show an icon
Diffstat (limited to 'components/package/contents/ui')
-rw-r--r-- | components/package/contents/ui/AccountSwitcher.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/package/contents/ui/AccountSwitcher.qml b/components/package/contents/ui/AccountSwitcher.qml index 31c5e6d4..74b6c1ff 100644 --- a/components/package/contents/ui/AccountSwitcher.qml +++ b/components/package/contents/ui/AccountSwitcher.qml | |||
@@ -163,6 +163,7 @@ Controls.ToolButton { | |||
163 | } | 163 | } |
164 | 164 | ||
165 | Controls.ToolButton { | 165 | Controls.ToolButton { |
166 | enabled: false | ||
166 | visible: model.showStatus | 167 | visible: model.showStatus |
167 | iconName: model.statusIcon | 168 | iconName: model.statusIcon |
168 | } | 169 | } |