mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
parent
54e2217c93
commit
d0685bcbfb
@ -125,7 +125,7 @@ Item {
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.RightButton | Qt.LeftButton
|
||||
onClicked: {
|
||||
if((mouse.button === Qt.RightButton) && inputValue.canPaste) {
|
||||
if((mouse.button === Qt.RightButton) && inputValue.canPaste && inputValue.echoMode !== TextInput.Password) {
|
||||
rightClickContextMenu.popup()
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user