Close pinned message when leaving room
BUG: 516350
This commit is contained in:
committed by
Tobias Fella
parent
aaaaf91248
commit
2c5bef6e96
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user