diff options
author | Maxim Devaev <[email protected]> | 2022-05-24 00:17:40 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-05-24 00:17:40 +0300 |
commit | 55e67e32ae40c7774b160906458faaa9b98b813a (patch) | |
tree | d96b97cc55fc48a18d3bdb2e92d6c45118cb1f46 /web/kvm/navbar-system.pug | |
parent | 232873a77b12640cf4361f1c58b9951ca8f3e28c (diff) |
pikvm/pikvm#739: reversed mouse option
Diffstat (limited to 'web/kvm/navbar-system.pug')
-rw-r--r-- | web/kvm/navbar-system.pug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug index 1f3ee6c4..4bbb517c 100644 --- a/web/kvm/navbar-system.pug +++ b/web/kvm/navbar-system.pug @@ -71,6 +71,8 @@ li(class="right") td(id="hid-mouse-sens-value" class="value" style="min-width: 30px; max-width:30px") tr(id="hid-mouse-squash" class="feature-disabled") +menu_switch_notable("hid-mouse-squash-switch", "Squash relative mouse moves", true, true) + tr + +menu_switch_notable("hid-mouse-reverse-scrolling-switch", "Reverse mouse scrolling", true, false) tr(id="hid-connect" class="feature-disabled") +menu_switch_notable("hid-connect-switch", "Connect HID to Server", true, true) tr |