remove config write

This commit is contained in:
Zacharias-Brohn
2026-02-17 21:55:01 +01:00
parent 9ce8f3f54c
commit fc20156852
8 changed files with 10 additions and 134 deletions
-16
View File
@@ -51,22 +51,6 @@ ColumnLayout {
font.family: Appearance.font.family.clock
font.bold: true
}
Loader {
Layout.leftMargin: Appearance.spacing.small
Layout.alignment: Qt.AlignVCenter
active: Config.services.useTwelveHourClock
visible: active
sourceComponent: CustomText {
text: Time.amPmStr
color: DynamicColors.palette.m3primary
font.pointSize: Math.floor(Appearance.font.size.extraLarge * 2 * root.centerScale)
font.family: Appearance.font.family.clock
font.bold: true
}
}
}
CustomText {