Mobile. Share Screen. Move connection manager into viewport
This commit is contained in:
parent
21353a9b47
commit
b007812bb9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)),
|
||||
],
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue