mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-01-19 00:13:01 +08:00
move EasyLoading up
This commit is contained in:
parent
6bb2434b9d
commit
4698ac925b
@ -169,7 +169,9 @@ class _RemotePageState extends State<RemotePage> {
|
||||
close();
|
||||
return false;
|
||||
},
|
||||
child: FlutterEasyLoading(
|
||||
child: Scaffold(
|
||||
backgroundColor: MyTheme.canvasColor,
|
||||
floatingActionButton: _showBar
|
||||
? null
|
||||
: FloatingActionButton(
|
||||
@ -286,9 +288,6 @@ class _RemotePageState extends State<RemotePage> {
|
||||
FFI.sendMouse('up', 'left');
|
||||
}
|
||||
},
|
||||
child: FlutterEasyLoading(
|
||||
child: Container(
|
||||
color: MyTheme.canvasColor,
|
||||
child: Stack(children: [
|
||||
ImagePaint(),
|
||||
CursorPaint(),
|
||||
@ -310,7 +309,7 @@ class _RemotePageState extends State<RemotePage> {
|
||||
onChanged: handleInput,
|
||||
),
|
||||
),
|
||||
])),
|
||||
]),
|
||||
)),
|
||||
));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user