mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-21 09:33:20 +03:00
has crash when popup msgbox when there is keyboard or some other
condition
This commit is contained in:
@@ -168,7 +168,7 @@ class _HomePageState extends State<HomePage> {
|
||||
if (platform == 'mac os')
|
||||
platform = 'mac';
|
||||
else if (platform != 'linux') platform = 'win';
|
||||
return Image.asset('assets/$platform.png', width: 36, height: 36);
|
||||
return Image.asset('assets/$platform.png', width: 24, height: 24);
|
||||
}
|
||||
|
||||
Widget getPeers() {
|
||||
|
||||
Reference in New Issue
Block a user