From 9bbbdc828b86ff2e3b0751b8798d98bb2d1c268f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Tinkl?= Date: Fri, 16 Sep 2022 11:41:30 +0200 Subject: [PATCH] chore: sync StatusQ - corrects the spacing in "Pinned by @author" message - and fix a typo Fixes: #7305 --- ui/StatusQ | 2 +- ui/app/AppLayouts/Chat/popups/PinnedMessagesPopup.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/StatusQ b/ui/StatusQ index 9135b90ada..7d96b2d4c1 160000 --- a/ui/StatusQ +++ b/ui/StatusQ @@ -1 +1 @@ -Subproject commit 9135b90ada009f9a9d9e9d29b3721ba462790b98 +Subproject commit 7d96b2d4c17062f019dff9a942a8ecfe5ac31ca1 diff --git a/ui/app/AppLayouts/Chat/popups/PinnedMessagesPopup.qml b/ui/app/AppLayouts/Chat/popups/PinnedMessagesPopup.qml index b7a6e82986..fa9b402ece 100644 --- a/ui/app/AppLayouts/Chat/popups/PinnedMessagesPopup.qml +++ b/ui/app/AppLayouts/Chat/popups/PinnedMessagesPopup.qml @@ -102,7 +102,7 @@ StatusDialog { MouseArea { anchors.fill: parent - enabled: !!popup.messageToPin + enabled: !!root.messageToPin cursorShape: Qt.PointingHandCursor z: 55 onClicked: {