mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-11 00:39:32 -04:00
Disable keyboard close when emojimenu button is pushed
This commit is contained in:
parent
d9804928dc
commit
bbd139ae0e
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue