fix(StatusChatInput) unbreak upload image shortcut
fixes shortcut Ctrl+U being broken when trying to upload an image
This commit is contained in:
parent
4cdc2f8a91
commit
c7efcdd09f
|
@ -387,7 +387,7 @@ Rectangle {
|
|||
|
||||
// ⌘⇧U
|
||||
if (isUploadFilePressed(event)) {
|
||||
imageBtn.clicked()
|
||||
imageBtn.clicked(null)
|
||||
event.accepted = true
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue