diff options
Diffstat (limited to 'web/kvm/navbar-text.pug')
-rw-r--r-- | web/kvm/navbar-text.pug | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/kvm/navbar-text.pug b/web/kvm/navbar-text.pug index 502ec1da..acba26cd 100644 --- a/web/kvm/navbar-text.pug +++ b/web/kvm/navbar-text.pug @@ -16,7 +16,11 @@ li(class="right") td using host keymap td select(id="hid-pak-keymap-selector") - +menu_switch("hid-pak-ask-switch", "Ask paste confirmation", true, true) + table(class="kv") + tr + +menu_switch_notable("hid-pak-ask-switch", "Ask paste confirmation", true, true) + tr(id="hid-pak-secure" class="feature-disabled") + +menu_switch_notable("hid-pak-secure-switch", "Hide input text", true, false) div(id="stream-ocr" class="feature-disabled") hr br |