Added config file, edited config.py , added save funcs

This commit is contained in:
sanjayk03-dev
2024-01-02 13:52:53 +05:30
parent c9204ad2d1
commit f277cd9690
6 changed files with 47 additions and 30 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(class="present",v-if=" typeof config.macros != 'undefined'")
.macros-buttons(class="present",v-if="isMacrosPresent")
p there is a active macro
.macros-buttons(class ="absent",v-if="typeof config.macros == 'undefined'")
.macros-buttons(class ="absent",v-if="!isMacrosPresent")
p there is No macro