testing alert for upload gcode

This commit is contained in:
sanjayk03-dev
2024-04-06 11:24:25 +05:30
parent aff1fb66e5
commit ae26a9e6d1
2 changed files with 8 additions and 5 deletions

View File

@@ -81,7 +81,7 @@ script#macros-template(type="text/x-template")
p.title Macro Name
.input-container
input.input-color(type="color",id="macros-color",value="#ffffff",@change="editedColor")
input.input-name(type="text",minlength='1',maxlength='15',id="macros-name" ,v-model="macrosName",@keypress="editedName")
input.input-name(type="text",minlength='1',maxlength='15',id="macros-name" ,v-model="macrosName",@keydown="editedName")
div
input.input-alert(type="checkbox",id="macros-alert" v-model="isChecked",@change="editedAlert")
label Would you like an alert when running this macro?