diff options
author | Maxim Devaev <[email protected]> | 2022-10-08 13:26:50 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-10-08 13:26:50 +0300 |
commit | 2a238465828dd00ed1a52f401938ed0b3a029e8e (patch) | |
tree | a5a2a927480d8dfba75bc55a80b142167ac0b5a9 /web/kvm/navbar-text.pug | |
parent | a39d3dffbe837c15576615656df5a924bcd44831 (diff) |
removed data-dont-hide-menu
Diffstat (limited to 'web/kvm/navbar-text.pug')
-rw-r--r-- | web/kvm/navbar-text.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/kvm/navbar-text.pug b/web/kvm/navbar-text.pug index afc7a70b..510cdbe3 100644 --- a/web/kvm/navbar-text.pug +++ b/web/kvm/navbar-text.pug @@ -2,7 +2,7 @@ li(id="text-dropdown" class="right") a(class="menu-button" href="#") +navbar_led("stream-ocr-led", "led-gear", "feature-disabled") span Text - div(data-dont-hide-menu class="menu") + div(class="menu") div(class="text") b Paste text as keypress sequence#[br] sub Please note that PiKVM cannot switch the keyboard layout |