better fullscreen

This commit is contained in:
rustdesk 2021-05-03 01:00:19 +08:00
parent dafc34dde5
commit 8f5387c713

View File

@ -44,6 +44,11 @@ function stateChanged() {
if (el) {
el.state.disabled = fs;
}
if (fs) {
$(header).style.set {
display: "none",
};
}
}
var header;