bug fix in delete file in macros

This commit is contained in:
sanjayk03-dev
2024-04-10 03:58:26 +05:30
parent b51fe5a10f
commit c3b1889201
2 changed files with 6 additions and 1 deletions

View File

@@ -636,6 +636,7 @@ module.exports = {
];
this.save_config(this.config);
this.state.folder = "default";
this.deleteGCode = false;
},