Update header.tis

This commit is contained in:
RustDesk
2021-04-24 16:08:24 +08:00
committed by GitHub
Unverified
parent b7696a2e8c
commit 9103fd3328

View File

@@ -110,7 +110,7 @@ class Header: Reactor.Component {
return <popup>
<menu.context #action-options>
<li #transfer-file>Transfer File</li>
<li #tunnel>IP Tunneling</li>
<li #tunnel>TCP Tunneling</li>
{keyboard_enabled && (pi.platform == "Linux" || pi.sas_enabled) ? <li #ctrl-alt-del>Insert Ctrl + Alt + Del</li> : ""}
{keyboard_enabled ? <li #lock-screen>Insert Lock</li> : ""}
{false && pi.platform == "Windows" ? <li #block-input>Block user input </li> : ""}