Add conveniance HDrawer.normalOrForceCollapse prop

This commit is contained in:
miruka
2021-04-10 01:00:20 -04:00
parent 4925b5a134
commit 46e058f2de
3 changed files with 8 additions and 11 deletions

View File

@@ -26,7 +26,7 @@ Rectangle {
RoomHeaderButton {
id: goToMainPaneButton
show: mainUI.mainPane.collapse || mainUI.mainPane.forceCollapse
show: mainUI.mainPane.normalOrForceCollapse
padded: false
backgroundColor: "transparent"
icon.name: "go-back-to-main-pane"
@@ -216,9 +216,7 @@ Rectangle {
RoomHeaderButton {
id: goToRoomPaneButton
show:
chat.roomPane &&
(chat.roomPane.collapse || chat.roomPane.forceCollapse)
show: chat.roomPane && chat.roomPane.normalOrForceCollapse
padded: false
backgroundColor: "transparent"