fix: correctly center the edit nickname popup

This commit is contained in:
Lukáš Tinkl 2022-07-11 11:35:38 +02:00 committed by Lukáš Tinkl
parent ebff2538fa
commit 23cec98ab7

View File

@ -113,6 +113,7 @@ Item {
}
property Component displayNamePopupComponent: DisplayNamePopup {
anchors.centerIn: parent
profileStore: appMain.rootStore.profileSectionStore.profileStore
onClosed: {
destroy()