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:
@@ -1134,6 +1134,7 @@ const options = mkOptions(OPTIONS, {
|
||||
military: opt(false),
|
||||
},
|
||||
weather: {
|
||||
enabled: opt(true),
|
||||
interval: opt(60000),
|
||||
unit: opt<UnitType>('imperial'),
|
||||
location: opt('Los Angeles'),
|
||||
|
||||
Reference in New Issue
Block a user