mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-16 23:01:27 +03:00
better fullscreen
This commit is contained in:
@@ -44,6 +44,11 @@ function stateChanged() {
|
|||||||
if (el) {
|
if (el) {
|
||||||
el.state.disabled = fs;
|
el.state.disabled = fs;
|
||||||
}
|
}
|
||||||
|
if (fs) {
|
||||||
|
$(header).style.set {
|
||||||
|
display: "none",
|
||||||
|
};
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var header;
|
var header;
|
||||||
|
|||||||
Reference in New Issue
Block a user