optimize timemaster first start of day

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2026-04-21 08:15:39 +02:00
parent 3c85fa61b6
commit b5561729f7
5 changed files with 55 additions and 41 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ class RailwayAction extends ActionBase {
ctx.fillText(short, 98, 155);
ctx.font = '14px "Source Han Sans SC"';
ctx.fillStyle = '#888888';
ctx.fillText('(see log)', 98, 175);
ctx.fillText(this.$UD.t('See log'), 98, 175);
} else {
ctx.font = '22px "Source Han Sans SC"';
ctx.fillText(missing ? this.$UD.t('Not configured') : this.$UD.t('Connecting…'), 98, 162);