This commit is contained in:
sanjayk03-dev
2023-12-30 05:40:36 +05:30
parent d18afec14f
commit 25d57f83a8

View File

@@ -207,7 +207,7 @@ script#control-view-template(type="text/x-template")
label {{(progress || 0) | percent}}
.bar(:style="'width:' + (progress || 0) * 100 + '%'")
.macros-buttons(v-if="isMacrosPresent")
.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