Added option to hide header greetings and date separately

This commit is contained in:
Paweł Malak
2021-11-18 16:03:44 +01:00
parent 5cf7708ab8
commit 85a65aef52
11 changed files with 153 additions and 100 deletions

View File

@@ -31,4 +31,5 @@ export const configTemplate: Config = {
defaultTheme: 'tron',
isKilometer: true,
weatherData: 'cloud',
hideDate: false,
};

View File

@@ -22,6 +22,7 @@ export const otherSettingsTemplate: OtherSettingsForm = {
monthSchema:
'January;February;March;April;May;June;July;August;September;October;November;December',
showTime: false,
hideDate: false,
};
export const weatherSettingsTemplate: WeatherForm = {