mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-18 07:43:01 +08:00
fix adjust window
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
385a1594f3
commit
eac8327f57
@ -171,6 +171,8 @@ class _RemoteMenubarState extends State<RemoteMenubar> {
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
// No need to use future builder here.
|
||||
_updateScreen();
|
||||
return Align(
|
||||
alignment: Alignment.topCenter,
|
||||
child: Obx(() => show.value
|
||||
|
Loading…
Reference in New Issue
Block a user