mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-27 07:01:00 +03:00
remote min size, android icon and scrap memory safety
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user