diff --git a/src/web/app/desktop/tags/ui-header-clock.tag b/src/web/app/desktop/tags/ui-header-clock.tag index 48b142509..3c81f963f 100644 --- a/src/web/app/desktop/tags/ui-header-clock.tag +++ b/src/web/app/desktop/tags/ui-header-clock.tag @@ -71,6 +71,7 @@ this.dd = ('0' + now.getDate()).slice(-2); this.hh = ('0' + now.getHours()).slice(-2); this.nn = ('0' + now.getMinutes()).slice(-2); + this.update(); }; this.on('mount', () => {