Remove broken code

This commit is contained in:
Tobias Fella
2025-07-28 22:35:30 +02:00
parent 6e3276826d
commit a9e4996191

View File

@@ -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