remote min size, android icon and scrap memory safety

This commit is contained in:
rustdesk
2022-04-14 20:44:43 +08:00
parent 609996005f
commit 75c9a8c561
3 changed files with 45 additions and 5 deletions

View File

@@ -21,6 +21,9 @@ handler.setDisplay = function(x, y, w, h) {
adaptDisplay();
}
// in case toolbar not shown correclty
view.windowMinSize = (scaleIt(500), scaleIt(300));
function adaptDisplay() {
var w = display_width;
var h = display_height;