mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
remove old back-compatibility code
This commit is contained in:
@@ -144,7 +144,7 @@ class Header: Reactor.Component {
|
||||
<div .separator />
|
||||
{keyboard_enabled ? <li #lock-screen>{translate('Insert Lock')}</li> : ""}
|
||||
{keyboard_enabled && pi.platform == "Windows" ? <li #block-input>{translate("Block user input")}</li> : ""}
|
||||
{handler.support_refresh() ? <li #refresh>{translate('Refresh')}</li> : ""}
|
||||
<li #refresh>{translate('Refresh')}</li>
|
||||
</menu>
|
||||
</popup>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user