rustdesk 2022-08-04 09:26:15 +08:00
parent 70507e442b
commit 8b56a1a271

View File

@ -3,7 +3,7 @@ stdout.println("current platform:", OS);
stdout.println("is_xfce: ", is_xfce);
// html min-width, min-height not working on mac, below works for all
view.windowMinSize = (scaleIt(500), scaleIt(300));
view.windowMinSize = (scaleIt(560), scaleIt(300));
var app;
var tmp = handler.get_connect_status();