diff --git a/src/rooms/UserInfo.qml b/src/rooms/UserInfo.qml index 41c2aa974..c2d5ec869 100644 --- a/src/rooms/UserInfo.qml +++ b/src/rooms/UserInfo.qml @@ -30,12 +30,6 @@ RowLayout { Layout.leftMargin: Kirigami.Units.largeSpacing Layout.minimumHeight: bottomEdge ? Kirigami.Units.gridUnit * 3 : -1 - onVisibleChanged: { - if (!visible) { - accountsPopup.close(); - } - } - QQC2.ToolButton { id: accountButton