removed the close button for the app for mobile platforms

This commit is contained in:
vladimir.kuznetsov 2023-10-12 10:57:13 +05:00
parent 4b7c8f21c2
commit a4624c7377

View file

@ -109,6 +109,7 @@ PageType {
DividerType {}
LabelWithButtonType {
visible: GC.isMobile()
Layout.fillWidth: true
text: qsTr("Close application")
@ -120,7 +121,9 @@ PageType {
}
}
DividerType {}
DividerType {
visible: GC.isMobile()
}
}
}
}