This commit is contained in:
sanjayk03-dev
2023-12-30 14:02:47 +05:30
parent 9954a53840
commit 26d8314ad0
2 changed files with 5 additions and 1 deletions

View File

@@ -209,8 +209,10 @@ script#control-view-template(type="text/x-template")
.macros-div
p Macros
.macros-buttons(v-if="this.config.macros!=undefined")
.macros-buttons(v-if="config.macros!=undefined")
p there is a active macro
.macros-buttons(v-if="config.macros==undefined")
p there is no macro
.tabs

View File

@@ -1066,6 +1066,8 @@ tt.save
height 40px
border-top-right-radius 8px
border-bottom-right-radius 8px
border-top-left-radius 5px
border-bottom-left-radius 5px
border-width 1px
border-color #434242
padding-left 10px