Rebuilt a couple more dialog boxes in Svelte.

This commit is contained in:
David Carley
2022-08-23 13:09:58 +00:00
parent ff7e99acf8
commit 7a20b49aeb
9 changed files with 50 additions and 64 deletions

View File

@@ -418,7 +418,7 @@ module.exports = {
},
showToolpathMessageDialog: function (axis) {
SvelteComponents.showDialog("ToolpathMessage", { msg: this[axis].toolmsg });
SvelteComponents.showDialog("Message", { title: this[axis].toolmsg });
},
set_position: function (axis, position) {