diff --git a/flutter/lib/desktop/pages/connection_page.dart b/flutter/lib/desktop/pages/connection_page.dart index e2681bb377d1..bf3aefaf3d54 100644 --- a/flutter/lib/desktop/pages/connection_page.dart +++ b/flutter/lib/desktop/pages/connection_page.dart @@ -278,12 +278,6 @@ class _ConnectionPageState extends State Expanded( child: Column( children: [ - Row( - children: [ - Flexible(child: _buildRemoteIDTextField(context)), - ], - ).marginOnly(top: 22), - SizedBox(height: 12), Divider().paddingOnly(right: 12), Expanded(child: PeerTabPage()), ], @@ -359,7 +353,7 @@ class _ConnectionPageState extends State ); } String textToFind = textEditingValue.text.toLowerCase(); - _autocompleteOpts = peers + _autocompleteOpts = peers .where((peer) => peer.id.toLowerCase().contains(textToFind) || peer.username diff --git a/src/ui/index.tis b/src/ui/index.tis index 2c9b0f9835bc..8ec40dbc818d 100644 --- a/src/ui/index.tis +++ b/src/ui/index.tis @@ -585,14 +585,6 @@ class App: Reactor.Component
-
-
{translate('Control Remote Desktop')}
- -
- - -
-