PageHome.qml fix

This commit is contained in:
pokamest
2023-10-18 12:04:39 +01:00
parent a46e55d5c2
commit e16c425f87
4 changed files with 2 additions and 22 deletions
+1 -1
View File
@@ -248,7 +248,7 @@ PageType {
Layout.preferredHeight: 2
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
visible: GC.isMobile() && (buttonContent.collapsedVisibility || buttonContent.expandedVisibility)
visible: (buttonContent.collapsedVisibility || buttonContent.expandedVisibility)
}
RowLayout {