diff options
author | Maxim Devaev <[email protected]> | 2022-03-11 19:54:55 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2022-03-11 19:54:55 +0300 |
commit | f04617ac4f3bbe4b4512d09efacd0787b950bf8d (patch) | |
tree | 6fdcbd67f157cb06c0408a66ae06922e39de6dbd /web/kvm/navbar-text.pug | |
parent | 6d6630a4dd4f194b567f1ccd47144b57f6943f42 (diff) |
pikvm/pikvm#616: secure text switch
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 |