Confirm uploading from path in clipboard

This commit is contained in:
miruka
2020-07-15 20:22:29 -04:00
parent 2d623118b5
commit 60832b2fcd
5 changed files with 79 additions and 3 deletions

View File

@@ -191,6 +191,11 @@ QtObject {
}
function htmlColorize(text, color) {
return `<font color="${color}">${text}</font>`
}
function processedEventText(ev) {
const type = ev.event_type
const unknownMsg = type === "RoomMessageUnknown"