feat: add option to hide seconds on calendar (#343)

This commit is contained in:
Rubin Bhandari
2024-10-21 01:52:29 +05:45
committed by GitHub
parent 166120f603
commit 5b01d3e60e
3 changed files with 35 additions and 28 deletions

View File

@@ -1137,6 +1137,7 @@ const options = mkOptions(OPTIONS, {
clock: {
time: {
military: opt(false),
hideSeconds: opt(false),
},
weather: {
enabled: opt(true),