Clock v1 (#1750)
This commit is contained in:
@@ -51,6 +51,9 @@ void locale_format_time(
|
||||
} else {
|
||||
am_pm = 1;
|
||||
}
|
||||
if(hours == 0) {
|
||||
hours = 12;
|
||||
}
|
||||
}
|
||||
|
||||
if(show_seconds) {
|
||||
|
Reference in New Issue
Block a user