bug fix, conditional rendering of rotary control buttons

This commit is contained in:
sanjayk03-dev
2024-11-04 19:17:15 +05:30
parent 4c52c56449
commit cbf6fc6f0d
2 changed files with 22 additions and 6 deletions

View File

@@ -93,7 +93,7 @@ html(lang="en")
div
button.rotary-button(:disabled="!enable_rotary", :class="is_rotary_active && 'active'", @click="toggle_rotary")
img(src="/images/rotary.svg", alt="rotary", style="is_rotary_active ? 'width:90%;' : 'width:85%;'")
img(src="/images/rotary.svg", alt="rotary", :style="is_rotary_active ? 'width:90%;' : 'width:85%;'")
.video(title="Plug camera into USB.\n" +
"Left click to toggle video size.\n" +