Don't show header on android
All of the corresponding settings are hidden so it would be empty
This commit is contained in:
@@ -23,6 +23,7 @@ Kirigami.ScrollablePage {
|
|||||||
spacing: 0
|
spacing: 0
|
||||||
MobileForm.FormCardHeader {
|
MobileForm.FormCardHeader {
|
||||||
title: i18n("General settings")
|
title: i18n("General settings")
|
||||||
|
visible: Qt.platform.os !== "android"
|
||||||
}
|
}
|
||||||
|
|
||||||
MobileForm.FormCheckDelegate {
|
MobileForm.FormCheckDelegate {
|
||||||
|
|||||||
Reference in New Issue
Block a user