Don't show header on android

All of the corresponding settings are hidden so it would be empty
This commit is contained in:
Tobias Fella
2022-11-26 23:30:36 +01:00
parent 405c2c3d2d
commit f2503723a4

View File

@@ -23,6 +23,7 @@ Kirigami.ScrollablePage {
spacing: 0
MobileForm.FormCardHeader {
title: i18n("General settings")
visible: Qt.platform.os !== "android"
}
MobileForm.FormCheckDelegate {