optimize timemaster first start of day
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user