rustdesk/flutter/lib/desktop
21pages 30a5d1e0e1
avoid call refreshCurrentUser twice at startup (#8848)
refreshCurrentUser will be called at these 2 position:

1. runMainApp or runMobileApp in main.dart
2. when connect status is ready

Both of these two happens at startup, when connect status is ready and startup time < 5 seconds, not call refreshCurrentUser

Signed-off-by: 21pages <sunboeasy@gmail.com>
2024-07-27 09:50:06 +08:00
..
pages avoid call refreshCurrentUser twice at startup (#8848) 2024-07-27 09:50:06 +08:00
screen refact: window frame border (#7946) 2024-05-08 09:59:05 +08:00
widgets refact: init values from initState to Constractor (#8817) 2024-07-25 10:45:51 +08:00