Clock fully migrated to new user settings

This commit is contained in:
LemmyCook 2025-09-07 14:40:33 -04:00
parent fb01392bc3
commit f95c9b76d4
3 changed files with 15 additions and 6 deletions

View file

@ -124,7 +124,7 @@ Singleton {
widget.showDate = adapter.location.showDateWithClock
widget.use12HourClock = adapter.location.use12HourClock
widget.reverseDayMonth = adapter.location.reverseDayMonth
widget.showSeconds = BarWidgetRegistry.widgetMetadata[widget.id].reverseDayMonth
widget.showSeconds = BarWidgetRegistry.widgetMetadata[widget.id].showSeconds
break
}
}