diff options
author | Adam Outler <[email protected]> | 2023-04-24 19:37:45 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2023-04-25 02:37:45 +0300 |
commit | 987684bc82eeb692f9cce3af3aa3df2ea42d9773 (patch) | |
tree | 4e399e99f4c83e60551731bddf07dbd2d4e1ea36 /web/kvm/navbar-system.pug | |
parent | 314459310aa22615cbd9751c4dd56e1244287a46 (diff) |
Add scroll rate slider, with proper pug support (#131)
Diffstat (limited to 'web/kvm/navbar-system.pug')
-rw-r--r-- | web/kvm/navbar-system.pug | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug index ea8cd6b8..fa1b47f3 100644 --- a/web/kvm/navbar-system.pug +++ b/web/kvm/navbar-system.pug @@ -80,6 +80,10 @@ li(id="system-dropdown" class="right") td Relative sensitivity: td(class="value-slider") #[input(disabled type="range" id="hid-mouse-sens-slider" class="slider")] td(id="hid-mouse-sens-value" class="value-number") + tr + td Mouse Scroll Rate: + td(class="value-slider") #[input(type="range" id="hid-mouse-scroll-slider" class="slider")] + td(id="hid-mouse-scroll-value" class="value-number") tr(id="hid-mouse-squash" class="feature-disabled") +menu_switch_notable("hid-mouse-squash-switch", "Squash relative moves", true, true) tr |