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:
@@ -41,7 +41,7 @@ FormCard.FormCard {
|
|||||||
width: stickerFlow.width / 4
|
width: stickerFlow.width / 4
|
||||||
height: width
|
height: width
|
||||||
|
|
||||||
onClicked: pageStack.pushDialogLayer(emoticonEditorPage, {
|
onClicked: root.QQC2.ApplicationWindow.window.pageStack.pushDialogLayer(emoticonEditorPage, {
|
||||||
description: model.body ?? "",
|
description: model.body ?? "",
|
||||||
index: model.index,
|
index: model.index,
|
||||||
url: model.url,
|
url: model.url,
|
||||||
@@ -90,7 +90,7 @@ FormCard.FormCard {
|
|||||||
width: stickerFlow.width / 4
|
width: stickerFlow.width / 4
|
||||||
height: width
|
height: width
|
||||||
|
|
||||||
onClicked: pageStack.pushDialogLayer(emoticonEditorPage, {
|
onClicked: root.QQC2.ApplicationWindow.window.pageStack.pushDialogLayer(emoticonEditorPage, {
|
||||||
description: "",
|
description: "",
|
||||||
index: -1,
|
index: -1,
|
||||||
url: "",
|
url: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user