From 643251078557af7d9c7e7b5965a4fd4e3673987d Mon Sep 17 00:00:00 2001 From: sanjayk03-dev Date: Sat, 30 Dec 2023 05:42:54 +0530 Subject: [PATCH] fix --- src/pug/templates/control-view.pug | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/pug/templates/control-view.pug b/src/pug/templates/control-view.pug index ba9c082..f98b515 100644 --- a/src/pug/templates/control-view.pug +++ b/src/pug/templates/control-view.pug @@ -208,9 +208,7 @@ script#control-view-template(type="text/x-template") .bar(:style="'width:' + (progress || 0) * 100 + '%'") .macros-buttons(v-if="this.config.macros!=undefined") - each macros in this.config.macros - button.macros-button(title=`${macros.id}`,@click=`runMacros(${macros.id})`, - style="height:30px;width:40px;background-color:#fdffff") macros.name +

there is a macro .tabs