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

@@ -14,6 +14,7 @@ export const ClockMenuSettings = (): Scrollable<Child, Attribute> => {
children: [
Header('Time'),
Option({ opt: options.menus.clock.time.military, title: 'Use 24hr time', type: 'boolean' }),
Option({ opt: options.menus.clock.time.hideSeconds, title: 'Hide seconds', type: 'boolean' }),
Header('Weather'),
Option({ opt: options.menus.clock.weather.enabled, title: 'Enabled', type: 'boolean' }),