From 3a4f44f2a9209630049ac58f670692872982271f Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Thu, 8 Apr 2021 12:58:30 +0200 Subject: [PATCH] Remove dead visible statement --- imports/NeoChat/Page/RoomPage.qml | 1 - 1 file changed, 1 deletion(-) 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 {