This commit is contained in:
sanjayk03-dev
2023-12-30 12:48:14 +05:30
parent 730eb0aca8
commit e9f1fd708b
2 changed files with 5 additions and 4 deletions

View File

@@ -208,9 +208,9 @@ script#control-view-template(type="text/x-template")
.bar(:style="'width:' + (progress || 0) * 100 + '%'")
.macros-div
.macros-buttons(v-if="config.macros!=undefined")
.macros-buttons(v-if="this.config.macros!=undefined")
p there is a active macros
.macros-buttons(v-if="config.macros==undefined")
.macros-buttons(v-if="this.config.macros==undefined")
p there is no active macros
.tabs