diff options
-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 3435f20c..a9c6ef1c 100644 --- a/components/package/contents/ui/AccountSwitcher.qml +++ b/components/package/contents/ui/AccountSwitcher.qml | |||
@@ -35,6 +35,7 @@ Controls2.Button { | |||
35 | 35 | ||
36 | onClicked: { | 36 | onClicked: { |
37 | popup.open() | 37 | popup.open() |
38 | focus = false | ||
38 | } | 39 | } |
39 | 40 | ||
40 | Controls2.Popup { | 41 | Controls2.Popup { |