settings: fix missing call for touch calibration menu

pull/3630/head
Rob Pilling 2024-11-12 17:51:34 +00:00
parent 516e17d0d8
commit 726807b0f8
1 changed files with 1 additions and 1 deletions

View File

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