Cleanup QML code for AccountMenu

This commit is contained in:
Tobias Fella
2025-07-28 22:23:21 +02:00
committed by Tobias Fella
parent 5fe28cb183
commit 8ff83ca6df
2 changed files with 21 additions and 30 deletions

View File

@@ -102,9 +102,4 @@ RowLayout {
QQC2.ToolTip.visible: hovered
QQC2.ToolTip.delay: Kirigami.Units.toolTipDelay
}
Component {
id: accountSwitchDialog
AccountSwitchDialog {}
}
}