Don't show notifications view button when room list is collapsed
Looks broken
This commit is contained in:
@@ -138,6 +138,7 @@ Kirigami.Page {
|
|||||||
anchors.bottomMargin: Kirigami.Units.largeSpacing
|
anchors.bottomMargin: Kirigami.Units.largeSpacing
|
||||||
width: Kirigami.Units.gridUnit * 2
|
width: Kirigami.Units.gridUnit * 2
|
||||||
height: width
|
height: width
|
||||||
|
visible: !root.collapsed
|
||||||
QQC2.ToolTip.text: text
|
QQC2.ToolTip.text: text
|
||||||
QQC2.ToolTip.delay: Kirigami.Units.toolTipDelay
|
QQC2.ToolTip.delay: Kirigami.Units.toolTipDelay
|
||||||
QQC2.ToolTip.visible: hovered
|
QQC2.ToolTip.visible: hovered
|
||||||
|
|||||||
Reference in New Issue
Block a user