diff --git a/imports/NeoChat/Page/RoomPage.qml b/imports/NeoChat/Page/RoomPage.qml index 90d3ccc17..4c427bbbf 100644 --- a/imports/NeoChat/Page/RoomPage.qml +++ b/imports/NeoChat/Page/RoomPage.qml @@ -162,7 +162,6 @@ Kirigami.ScrollablePage { QQC2.Button { QQC2.ToolTip.text: i18n("React") QQC2.ToolTip.visible: hovered - visible: actions.hovered icon.name: "preferences-desktop-emoticons" onClicked: emojiDialog.open(); EmojiDialog {