disabled button on running

This commit is contained in:
sanjayk03-dev
2024-01-09 23:22:11 +05:30
parent dacfd16184
commit cffbcb524f
5 changed files with 26 additions and 11 deletions

View File

@@ -11,6 +11,7 @@ module.exports = {
return {
tab: "1",
confirmReset: false,
confirmSave: false,
};
},
components: {
@@ -73,6 +74,8 @@ module.exports = {
var macrosName = document.getElementById(`macros-name-${id}`).value;
var macrosColor = document.getElementById(`macros-color-${id}`).value;
console.log(this.tab);
this.config.macros[id].name = macrosName;
this.config.macros[id].color = macrosColor;
this.config.macros[id].gcode_file_name = this.state.selected;