fix: use destroy instead of close
This commit is contained in:
parent
ed7ba12d4d
commit
ea89ebd960
|
@ -96,7 +96,7 @@ Item {
|
|||
id: stickerPackPurchaseModal
|
||||
StatusStickerPackPurchaseModal {
|
||||
onClosed: {
|
||||
stickerPackPurchaseModal.closed()
|
||||
destroy()
|
||||
}
|
||||
stickerPackId: packId
|
||||
packPrice: price
|
||||
|
|
Loading…
Reference in New Issue