mirror of
https://github.com/pawelmalak/flame.git
synced 2025-08-07 11:55:17 +02:00
Added option to hide header greetings and date separately
This commit is contained in:
parent
5cf7708ab8
commit
85a65aef52
11 changed files with 153 additions and 100 deletions
|
@ -19,6 +19,7 @@ const keys: (keyof Config)[] = [
|
|||
'daySchema',
|
||||
'monthSchema',
|
||||
'showTime',
|
||||
'hideDate',
|
||||
];
|
||||
|
||||
export const getConfig = () => async (dispatch: Dispatch<GetConfigAction>) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue