mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 08:37:12 +00:00
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…
x
Reference in New Issue
Block a user