AppearanceSettingsPage: Hide separator for transparancy setting on Android

This commit is contained in:
Carl Schwan
2024-09-20 22:26:04 +02:00
parent 8c927a59d9
commit 4620c176b6

View File

@@ -242,6 +242,7 @@ FormCard.FormCardPage {
FormCard.FormDelegateSeparator {
above: hasWindowSystemDelegate
below: transparencyDelegate
visible: WindowController.hasWindowSystem
}
FormCard.AbstractFormDelegate {