mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Disable keyboard close when emojimenu button is pushed
This commit is contained in:
parent
d9804928dc
commit
bbd139ae0e
@ -285,7 +285,6 @@ Item
|
|||||||
onClicked: {
|
onClicked: {
|
||||||
if (emojiPicker.state == "EMOJI_HIDDEN") {
|
if (emojiPicker.state == "EMOJI_HIDDEN") {
|
||||||
emojiPicker.state = "EMOJI_SHOWN"
|
emojiPicker.state = "EMOJI_SHOWN"
|
||||||
Qt.inputMethod.hide();
|
|
||||||
} else {
|
} else {
|
||||||
emojiPicker.state = "EMOJI_HIDDEN"
|
emojiPicker.state = "EMOJI_HIDDEN"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user