autoformatting

This commit is contained in:
LemmyCook 2025-09-11 11:26:29 -04:00
parent d30e14f611
commit 50ddd2916c
3 changed files with 55 additions and 53 deletions

View file

@ -145,7 +145,6 @@ Singleton {
widget.use12HourClock = widget.use12HourClock !== undefined ? widget.use12HourClock : adapter.location.use12HourClock
widget.reverseDayMonth = widget.reverseDayMonth !== undefined ? widget.reverseDayMonth : adapter.location.reverseDayMonth
if (widget.showDate !== undefined) {
console.log("HELLLO")
widget.displayFormat = "time-date"
} else if (widget.showSeconds) {
widget.displayFormat = "time-seconds"