This commit is contained in:
sanjayk03-dev
2023-12-30 05:42:54 +05:30
parent 25d57f83a8
commit 6432510785

View File

@@ -208,9 +208,7 @@ script#control-view-template(type="text/x-template")
.bar(:style="'width:' + (progress || 0) * 100 + '%'") .bar(:style="'width:' + (progress || 0) * 100 + '%'")
.macros-buttons(v-if="this.config.macros!=undefined") .macros-buttons(v-if="this.config.macros!=undefined")
each macros in this.config.macros <p>there is a macro
button.macros-button(title=`${macros.id}`,@click=`runMacros(${macros.id})`,
style="height:30px;width:40px;background-color:#fdffff") macros.name
.tabs .tabs