mirror of
https://github.com/pawelmalak/flame.git
synced 2026-03-07 13:03:12 +08:00
Added option to hide header greetings and date separately
This commit is contained in:
@@ -31,4 +31,5 @@ export const configTemplate: Config = {
|
||||
defaultTheme: 'tron',
|
||||
isKilometer: true,
|
||||
weatherData: 'cloud',
|
||||
hideDate: false,
|
||||
};
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user