Clock: add compact mode with nnumeric/verbose date options

This commit is contained in:
Ly-sec 2025-09-11 13:03:39 +02:00
parent 1337a35a1e
commit a1cbd35202
3 changed files with 103 additions and 21 deletions

View file

@ -55,7 +55,9 @@ Singleton {
"showDate": false,
"use12HourClock": false,
"showSeconds": false,
"reverseDayMonth": true
"reverseDayMonth": true,
"compactMode": false,
"compactDateNumeric": true
},
"CustomButton": {
"allowUserSettings": true,