Skip to content

Commit 24d92f4

Browse files
committed
settings: charge calibration restores util menu
1 parent ba1506d commit 24d92f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/setting/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ function utilMenu() {
702702
storage.writeJSON("setting.json",s);
703703
E.showAlert(/*LANG*/"Calibrated!").then(() => load("setting.app.js"));
704704
} else {
705-
E.showAlert(/*LANG*/"Please charge Bangle.js for 3 hours and try again").then(() => load("setting.app.js"));
705+
E.showAlert(/*LANG*/"Please charge Bangle.js for 3 hours and try again").then(back);
706706
}
707707
});
708708
};

0 commit comments

Comments
 (0)