diff options
author | Maxim Devaev <[email protected]> | 2024-02-16 18:49:38 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-02-16 18:49:38 +0200 |
commit | 22140106c481e8f6d0a0bbb081e756fa9993ee3b (patch) | |
tree | 8bf10841a8c70db3448ba9b0020eabb29095b419 /web/kvm/navbar-system.pug | |
parent | 9d33bb93ea03c3a5fe9271038fc5ab91fb871f62 (diff) |
web: Option to hide blue dot
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 cd8e7f26..f664feff 100644 --- a/web/kvm/navbar-system.pug +++ b/web/kvm/navbar-system.pug @@ -100,6 +100,8 @@ li(id="system-dropdown" class="right") td 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 + +menu_switch_notable("hid-mouse-dot-switch", "Show the blue dot", true, true) table(class="kv") tr(id="hid-connect" class="feature-disabled") +menu_switch_notable("hid-connect-switch", "Connect HID to Server", true, true) |