settings: charge calibration restores util menu

pull/3630/head
Rob Pilling 2024-11-19 22:10:41 +00:00
parent ba1506d1ba
commit 24d92f4f03
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ function utilMenu() {
storage.writeJSON("setting.json",s);
E.showAlert(/*LANG*/"Calibrated!").then(() => load("setting.app.js"));
} else {
E.showAlert(/*LANG*/"Please charge Bangle.js for 3 hours and try again").then(() => load("setting.app.js"));
E.showAlert(/*LANG*/"Please charge Bangle.js for 3 hours and try again").then(back);
}
});
};