From f36ca2b785d4c98ff4a97e38800f578f5ab1dc68 Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Sat, 30 Dec 2023 12:29:13 +0530 Subject: [PATCH] test :) --- src/pug/templates/control-view.pug | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pug/templates/control-view.pug b/src/pug/templates/control-view.pug index b6b8e20..db58b11 100644 --- a/src/pug/templates/control-view.pug +++ b/src/pug/templates/control-view.pug @@ -208,10 +208,10 @@ script#control-view-template(type="text/x-template") .bar(:style="'width:' + (progress || 0) * 100 + '%'") .macros-div - .macros-buttons(v-if="this.config.macros!=undefined!=undefined") - if {{this.config.macros!=undefined}} + .macros-buttons(v-if="config.macros!=undefined") + if {{config.macros!=undefined}} p there is a macro - each macros in this.config.macros || {id:0,name:"Macrostest",color:'#434242',gcode:"test.ngc"} + each macros in config.macros || {id:0,name:"Macrostest",color:'#434242',gcode:"test.ngc"} p macros.id p macros.name p macros.color