feat: add option to hide seconds on calendar (#343)
This commit is contained in:
@@ -1137,6 +1137,7 @@ const options = mkOptions(OPTIONS, {
|
||||
clock: {
|
||||
time: {
|
||||
military: opt(false),
|
||||
hideSeconds: opt(false),
|
||||
},
|
||||
weather: {
|
||||
enabled: opt(true),
|
||||
|
||||
Reference in New Issue
Block a user