mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-14 03:56:27 +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,
|
mainAxisAlignment: MainAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
ServerInfo(),
|
ServerInfo(),
|
||||||
const PermissionChecker(),
|
|
||||||
const ConnectionManager(),
|
const ConnectionManager(),
|
||||||
|
const PermissionChecker(),
|
||||||
SizedBox.fromSize(size: const Size(0, 15.0)),
|
SizedBox.fromSize(size: const Size(0, 15.0)),
|
||||||
],
|
],
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user