Fix message event source dialog not showing any data
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user