mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-13 19:47:17 +00:00
Mobile. Share Screen. Move connection manager into viewport
This commit is contained in:
@@ -141,8 +141,8 @@ class _ServerPageState extends State<ServerPage> {
|
||||
mainAxisAlignment: MainAxisAlignment.start,
|
||||
children: [
|
||||
ServerInfo(),
|
||||
const PermissionChecker(),
|
||||
const ConnectionManager(),
|
||||
const PermissionChecker(),
|
||||
SizedBox.fromSize(size: const Size(0, 15.0)),
|
||||
],
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user