mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-06-22 08:53:59 +08:00
3999d498be
1. Keep window pos 2. Do some init in StatefulWidget constructor. If try init in its state class, it may be too late. Because I see the init function is called after building the widget tree. Signed-off-by: fufesou <linlong1266@gmail.com>