This commit is contained in:
pokamest 2023-10-14 23:59:46 +01:00
parent 37c18c5d3c
commit f65e4066e3
9 changed files with 171 additions and 179 deletions

View file

@ -110,7 +110,7 @@ PageType {
DividerType {}
LabelWithButtonType {
visible: GC.isMobile()
visible: GC.isDesktop()
Layout.fillWidth: true
Layout.preferredHeight: about.height
@ -124,7 +124,7 @@ PageType {
}
DividerType {
visible: GC.isMobile()
visible: GC.isDesktop()
}
}
}