calendar menu: make weather optional (#253)
* calendar menu: make weather optional adds a setting to enable or disable the weather widget in the calendar menu. * Fix bottom margin of last child card. * Fix calendar dropdown merge linting and formatting errors. * Settings dialog formatting error fix. --------- Co-authored-by: Jas Singh <jaskiratpal.singh@outlook.com>
This commit is contained in:
@@ -16,6 +16,7 @@ export const ClockMenuSettings = (): Scrollable<Child, Attribute> => {
|
||||
Option({ opt: options.menus.clock.time.military, title: 'Use 24hr time', type: 'boolean' }),
|
||||
|
||||
Header('Weather'),
|
||||
Option({ opt: options.menus.clock.weather.enabled, title: 'Enabled', type: 'boolean' }),
|
||||
Option({
|
||||
opt: options.menus.clock.weather.location,
|
||||
title: 'Location',
|
||||
|
||||
Reference in New Issue
Block a user