diff --git a/src/app/mainview/components/AccountComboBox.qml b/src/app/mainview/components/AccountComboBox.qml
index 38ff59ba1471b7ce23ad29976dd6636ccb61ead2..4b72f25f125f8cf83e47c54bb548059a387965eb 100644
--- a/src/app/mainview/components/AccountComboBox.qml
+++ b/src/app/mainview/components/AccountComboBox.qml
@@ -88,7 +88,10 @@ Label {
         id: mouseArea
         anchors.fill: parent
         hoverEnabled: true
-        onClicked: togglePopup()
+        onClicked: {
+            root.forceActiveFocus()
+            togglePopup()
+        }
     }
 
     AccountComboBoxPopup {