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