mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-10 04:21:28 +03:00
fix: custom client, settings button (#10974)
Signed-off-by: fufesou <linlong1266@gmail.com>
This commit is contained in:
@@ -134,12 +134,17 @@ class _DesktopHomePageState extends State<DesktopHomePage>
|
|||||||
color: Theme.of(context).colorScheme.background,
|
color: Theme.of(context).colorScheme.background,
|
||||||
child: Stack(
|
child: Stack(
|
||||||
children: [
|
children: [
|
||||||
SingleChildScrollView(
|
Column(
|
||||||
controller: _leftPaneScrollController,
|
children: [
|
||||||
child: Column(
|
SingleChildScrollView(
|
||||||
key: _childKey,
|
controller: _leftPaneScrollController,
|
||||||
children: children,
|
child: Column(
|
||||||
),
|
key: _childKey,
|
||||||
|
children: children,
|
||||||
|
),
|
||||||
|
),
|
||||||
|
Expanded(child: Container())
|
||||||
|
],
|
||||||
),
|
),
|
||||||
if (isOutgoingOnly)
|
if (isOutgoingOnly)
|
||||||
Positioned(
|
Positioned(
|
||||||
|
|||||||
Reference in New Issue
Block a user