dialog to switch between rotary modes

This commit is contained in:
sanjayk03-dev
2024-11-29 13:13:14 +05:30
parent eab66b12c1
commit 4d37731cbb
4 changed files with 62 additions and 1 deletions

View File

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