fixing checkbox

This commit is contained in:
sanjayk03-dev
2024-02-22 03:54:38 +05:30
parent df50a22bd8
commit f10791bb6d
3 changed files with 5 additions and 5 deletions

View File

@@ -74,6 +74,7 @@ module.exports = {
editedAlert: function (event) {
if (this.tab != 0 && this.config.macros[this.tab - 1].alert != event.target.value) {
this.$dispatch("macros-edited");
this.macrosAlert = event.target.value;
}
},
editedName: function (event) {
@@ -214,7 +215,6 @@ module.exports = {
return;
}
var file_name = this.fileName == "default" ? formattedFilename + ".ngc" : this.fileName;
var file = this.newGcode;