Implement message forwarding

Implements #338
This commit is contained in:
Tobias Fella
2023-08-27 09:55:31 +00:00
parent 6305359b3c
commit a8aa775575
4 changed files with 56 additions and 0 deletions

View File

@@ -605,6 +605,7 @@ ColumnLayout {
source: root.jsonSource,
eventType: root.delegateType,
plainText: root.plainText,
htmlText: root.display,
});
contextMenu.open();
}