diff options
author | Devaev Maxim <[email protected]> | 2020-11-07 05:55:34 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-11-07 05:55:34 +0300 |
commit | b83ba7692ae96a4d1e479f48d5194c697295719a (patch) | |
tree | d5d31bc784bf732d554e152b7468d605b6766cbd /web/kvm/navbar-system.pug | |
parent | afcd6408bba3852fcfdb8a795e0baa9d8f4d1d7d (diff) |
optional relative squashing
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 |