mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix raw message dialog
This commit is contained in:
parent
8ecbb39dc6
commit
d8993c14e1
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ Item {
|
|||
}
|
||||
|
||||
function onShowRawMessageDialog(rawMessage) {
|
||||
var dialog = rawMessageDialog.createObject(timelineRoot, {
|
||||
var dialog = Qt.createComponent("qrc:/qml/dialogs/RawMessageDialog.qml").createObject(timelineRoot, {
|
||||
"rawMessage": rawMessage
|
||||
});
|
||||
dialog.show();
|
||||
|
|
Loading…
Reference in a new issue