ENH - refine iOS widget surfaces

This commit is contained in:
Leon.Schmidt
2026-08-09 02:25:00 +02:00
parent bb5e7fae2c
commit fabebd1d76
2 changed files with 162 additions and 35 deletions
+1
View File
@@ -49,6 +49,7 @@ export function useClockService() {
time: computed(() =>
new Intl.DateTimeFormat(phone.lang, {
hour: '2-digit',
hour12: false,
minute: '2-digit',
}).format(now.value),
),