Close pinned message when leaving room

BUG: 516350
This commit is contained in:
Tobias Fella
2026-02-20 14:07:18 +01:00
committed by Tobias Fella
parent aaaaf91248
commit 2c5bef6e96

View File

@@ -178,7 +178,7 @@ Kirigami.Page {
spacing: 0
readonly property bool shouldShowPins: root.currentRoom.pinnedMessage.length > 0 && !Kirigami.Settings.isMobile
readonly property bool shouldShowPins: root.currentRoom?.pinnedMessage.length > 0 && !Kirigami.Settings.isMobile
QQC2.Control {
id: pinControl