mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00: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