Fix message event source dialog not showing any data

This commit is contained in:
Joshua Goins
2023-09-12 17:10:23 -04:00
parent 2656a93ee7
commit bf8f5705d0

View File

@@ -84,7 +84,7 @@ Loader {
icon.name: "code-context" icon.name: "code-context"
onTriggered: { onTriggered: {
applicationWindow().pageStack.pushDialogLayer('qrc:/MessageSourceSheet.qml', { applicationWindow().pageStack.pushDialogLayer('qrc:/MessageSourceSheet.qml', {
sourceText: root.eventSource sourceText: root.source
}, { }, {
title: i18n("Message Source"), title: i18n("Message Source"),
width: Kirigami.Units.gridUnit * 25 width: Kirigami.Units.gridUnit * 25