syncing message

This commit is contained in:
sanjayk03-dev
2024-01-23 11:26:18 +05:30
parent 4fe0b90fff
commit f58f51615a
2 changed files with 10 additions and 9 deletions

View File

@@ -100,12 +100,12 @@ module.exports = {
}
this.$set("selectedValues[this.tab - 1]", file.name);
this.loadMacrosGcode();
SvelteComponents.showDialog("Upload", {
file,
onComplete: () => {
this.last_file_time = undefined; // Force reload
this.loadMacrosGcode();
},
});
},