Show optionally a clock in the header (closes #109)

This commit is contained in:
Bernd Bestel
2018-11-20 19:23:48 +01:00
parent 589ad36855
commit f7f90238f2
5 changed files with 60 additions and 1 deletions

View File

@@ -321,5 +321,6 @@ return array(
'Product expires' => 'Product expires',
'Task due' => 'Task due',
'Chore due' => 'Chore due',
'Battery charge cycle due' => 'Battery charge cycle due'
'Battery charge cycle due' => 'Battery charge cycle due',
'Show clock in header' => 'Show clock in header'
);