mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-22 13:13:20 +03:00
fix: custom client, settings button (#10974)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -133,6 +133,8 @@ class _DesktopHomePageState extends State<DesktopHomePage>
|
||||
width: isIncomingOnly ? 280.0 : 200.0,
|
||||
color: Theme.of(context).colorScheme.background,
|
||||
child: Stack(
|
||||
children: [
|
||||
Column(
|
||||
children: [
|
||||
SingleChildScrollView(
|
||||
controller: _leftPaneScrollController,
|
||||
@@ -141,6 +143,9 @@ class _DesktopHomePageState extends State<DesktopHomePage>
|
||||
children: children,
|
||||
),
|
||||
),
|
||||
Expanded(child: Container())
|
||||
],
|
||||
),
|
||||
if (isOutgoingOnly)
|
||||
Positioned(
|
||||
bottom: 6,
|
||||
|
||||
Reference in New Issue
Block a user