diff options
Diffstat (limited to 'web/kvm/navbar-system.pug')
-rw-r--r-- | web/kvm/navbar-system.pug | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug index d6e76156..efcc4a6d 100644 --- a/web/kvm/navbar-system.pug +++ b/web/kvm/navbar-system.pug @@ -35,15 +35,10 @@ li(class="right") div(class="stream-param-box") input(type="range" id="stream-size-slider" class="slider") hr - div(class="text") - table(class="one-line-switch") - td Auto-resize stream: - td(align="right") - div(class="switch-box") - input(checked type="checkbox" id="stream-auto-resize-checkbox") - label(for="stream-auto-resize-checkbox") - span(class="switch-inner") - span(class="switch") + +menu_switch("stream-auto-resize-checkbox", "Auto-resize stream") + div(id="mouse-squash" class="feature-disabled") + hr + +menu_switch("mouse-squash-checkbox", "Squash mouse moves") hr div(class="buttons") button(disabled data-force-hide-menu id="stream-reset-button") • Reset stream |