Fix the emoji page not doing anything

This is yet more stuff broken due to referencing a implicit pageStack
that no longer exists.
This commit is contained in:
Joshua Goins
2024-07-25 19:03:04 -04:00
parent a64c1b8eab
commit cb8ed02e82

View File

@@ -41,7 +41,7 @@ FormCard.FormCard {
width: stickerFlow.width / 4
height: width
onClicked: pageStack.pushDialogLayer(emoticonEditorPage, {
onClicked: root.QQC2.ApplicationWindow.window.pageStack.pushDialogLayer(emoticonEditorPage, {
description: model.body ?? "",
index: model.index,
url: model.url,
@@ -90,7 +90,7 @@ FormCard.FormCard {
width: stickerFlow.width / 4
height: width
onClicked: pageStack.pushDialogLayer(emoticonEditorPage, {
onClicked: root.QQC2.ApplicationWindow.window.pageStack.pushDialogLayer(emoticonEditorPage, {
description: "",
index: -1,
url: "",