Update app.js

master
Andy Smy 2025-04-21 19:51:19 +01:00 committed by GitHub
parent 2adccea94e
commit 35ba6f9e13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ function showLog() {
if(log[idx].matchEvent=="Over Duration"
|| log[idx].matchEvent=="Innings Duration"
|| log[idx].matchEvent=="Toss"
|| log[idx].matchEvent=="App Started"){
|| log[idx].matchEvent=="Date"){
g.setFont("Vector", 22).drawString(
log[idx].matchEvent,r.x+6,r.y+2);
g.setFont("Vector", 18).drawString(
@ -310,6 +310,6 @@ function showMainMenu() {
var file = require("Storage").open("matchlog.csv","a");
var timeSig = new Date();
addLog(timeSig, "145", "a", "App Started", timeSig);
addLog(timeSig, "155", "a", "Date", timeSig);
var menu = showMainMenu();