From cb101280281333ab83626e333f4527f9660aa4ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Tue, 5 Jul 2022 10:51:29 +0200 Subject: [PATCH] fix(gif popup): fix the popup after sending a GIF Close #6083 --- ui/imports/shared/status/StatusChatInput.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/imports/shared/status/StatusChatInput.qml b/ui/imports/shared/status/StatusChatInput.qml index 5a430ae7f5c..277c143ef8f 100644 --- a/ui/imports/shared/status/StatusChatInput.qml +++ b/ui/imports/shared/status/StatusChatInput.qml @@ -35,7 +35,7 @@ Rectangle { property var emojiPopup: null // Use this to only enable the Connections only when this Input opens the Emoji popup property bool emojiPopupOpened: false - property bool closeGifPopupAfterSelection: false + property bool closeGifPopupAfterSelection: true property bool emojiEvent: false; property bool paste: false;