Fix error when using upload button more than once
This commit is contained in:
parent
8f3df28b9d
commit
91064fc625
|
@ -216,6 +216,7 @@ Rectangle {
|
|||
HFileDialogOpener {
|
||||
dialog.title: qsTr("Select files to upload")
|
||||
onFileChanged: {
|
||||
if (! file) return
|
||||
let path = Qt.resolvedUrl(file).replace(/^file:/, "")
|
||||
let args = [chatPage.roomId, path]
|
||||
py.callClientCoro(chatPage.userId, "send_file", args)
|
||||
|
|
Loading…
Reference in New Issue
Block a user