trying index

This commit is contained in:
sanjayk03-dev
2024-01-28 21:33:59 +05:30
parent 4c2b41118a
commit d3c5885538
5 changed files with 15 additions and 23 deletions

View File

@@ -216,7 +216,7 @@ script#control-view-template(type="text/x-template")
.bar(:style="'width:' + (progress || 0) * 100 + '%'")
.macros-div(class="present")
button.macros-button(title="Click to run Macros",v-for="(index,macros) in getMacros",
button.macros-button(title="Click to run Macros",v-for="(index,macros) in config.macros",
@click="runMacros(index)",:disabled="!is_ready",v-bind:style="{ backgroundColor: macros.color }") {{macros.name}}
.tabs