mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-06 05:21:29 +03:00
judge attribute when parse ab json
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
@@ -113,7 +113,7 @@ class _ConnectionPageState extends State<ConnectionPage>
|
||||
delegate: SliverChildListDelegate([
|
||||
Row(
|
||||
children: [
|
||||
_buildRemoteIDTextField(context),
|
||||
Flexible(child: _buildRemoteIDTextField(context)),
|
||||
],
|
||||
).marginOnly(top: 22),
|
||||
SizedBox(height: 12),
|
||||
@@ -237,9 +237,8 @@ class _ConnectionPageState extends State<ConnectionPage>
|
||||
),
|
||||
),
|
||||
);
|
||||
return Center(
|
||||
child: Container(
|
||||
constraints: const BoxConstraints(maxWidth: 600), child: w));
|
||||
return Container(
|
||||
constraints: const BoxConstraints(maxWidth: 600), child: w);
|
||||
}
|
||||
|
||||
Widget buildStatus() {
|
||||
|
||||
Reference in New Issue
Block a user