mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-05-11 18:36:11 +02:00
fix: custom client, settings button (#10974)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
parent
e17ab74040
commit
bfbf00f18c
1 changed files with 11 additions and 6 deletions
|
@ -134,12 +134,17 @@ class _DesktopHomePageState extends State<DesktopHomePage>
|
|||
color: Theme.of(context).colorScheme.background,
|
||||
child: Stack(
|
||||
children: [
|
||||
SingleChildScrollView(
|
||||
controller: _leftPaneScrollController,
|
||||
child: Column(
|
||||
key: _childKey,
|
||||
children: children,
|
||||
),
|
||||
Column(
|
||||
children: [
|
||||
SingleChildScrollView(
|
||||
controller: _leftPaneScrollController,
|
||||
child: Column(
|
||||
key: _childKey,
|
||||
children: children,
|
||||
),
|
||||
),
|
||||
Expanded(child: Container())
|
||||
],
|
||||
),
|
||||
if (isOutgoingOnly)
|
||||
Positioned(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue