Add shortcut to send file

This commit is contained in:
miruka
2019-11-06 16:45:33 -04:00
parent 5c6b6ef68a
commit 25a86bc484
4 changed files with 23 additions and 1 deletions

View File

@@ -216,6 +216,7 @@ Rectangle {
SendFilePicker {
id: sendFilePicker
userId: chatPage.userId
roomId: chatPage.roomId
}
}