1
0
Fork 0

settings: fix main menu comment

master
Rob Pilling 2024-11-12 18:01:16 +00:00
parent 6c1596de1d
commit 9c9de9b063
1 changed files with 1 additions and 1 deletions

View File

@ -996,7 +996,7 @@ function showTouchscreenCalibration() {
storage.writeJSON("setting.json",s); storage.writeJSON("setting.json",s);
g.setFont("6x8:2").setFontAlign(0,0).drawString(/*LANG*/"Calibrated!", g.getWidth()/2, g.getHeight()/2); g.setFont("6x8:2").setFontAlign(0,0).drawString(/*LANG*/"Calibrated!", g.getWidth()/2, g.getHeight()/2);
} }
// now load the main menu again // now load the menu again
setTimeout(() => restoreMenu(LCDMenu()), 500); setTimeout(() => restoreMenu(LCDMenu()), 500);
} }