Fix state keys developer tool page not working

Yet another applicationWindow failure
This commit is contained in:
Joshua Goins
2024-11-22 09:12:19 -05:00
parent 6b8a331428
commit 819586fc4e

View File

@@ -37,7 +37,7 @@ FormCard.FormCardPage {
}
function openEventSource(stateKey: string): void {
applicationWindow().pageStack.pushDialogLayer(Qt.createComponent('org.kde.neochat', 'MessageSourceSheet'), {
pageStack.pushDialogLayer(Qt.createComponent('org.kde.neochat', 'MessageSourceSheet'), {
model: stateKeysModel,
allowEdit: true,
room: root.room,