Button added to launch calibration menu manually

This commit is contained in:
Chish36 2025-08-12 18:02:30 +01:00
parent f39f8f02bd
commit e1aca0bef7
2 changed files with 24 additions and 1 deletions

View file

@ -223,6 +223,14 @@ export default {
this.onHide();
}
},
// Forces modal to show on button press
force_show: function() {
this.ready = true;
this.stepValue = 0;
// Show the modal
var el = this.$refs["calibrationModalEl"];
this.showModalElement(el); // Calls the mixin
},
hide: function() {
// Show the modal