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

@@ -45,3 +45,6 @@ DefaultUserSetting('product_presets_qu_id', -1); // Default quantity unit id for
# If the page should be automatically reloaded when there was
# an external change
DefaultUserSetting('auto_reload_on_db_change', true);
# Show a clock in the header next to the logo or not
DefaultUserSetting('show_clock_in_header', false);