From 8f5387c713a9a8bdd71ded1b2b72b53432ab96a9 Mon Sep 17 00:00:00 2001 From: rustdesk Date: Mon, 3 May 2021 01:00:19 +0800 Subject: [PATCH] better fullscreen --- src/ui/header.tis | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ui/header.tis b/src/ui/header.tis index bfa84fc86..951236c89 100644 --- a/src/ui/header.tis +++ b/src/ui/header.tis @@ -44,6 +44,11 @@ function stateChanged() { if (el) { el.state.disabled = fs; } + if (fs) { + $(header).style.set { + display: "none", + }; + } } var header;