revised temp search tab message

This commit is contained in:
krawieck 2020-12-03 22:50:56 +01:00
parent b338a667f3
commit 45f6ae1d45
1 changed files with 2 additions and 1 deletions

View File

@ -75,7 +75,8 @@ class TemporarySearchTab extends HookWidget {
ListTile(
title: Center(
child: Text('🚧 this tab is still under construction 🚧\n'
'but you can open your instances in a browser')),
'but you can open your instances in a browser '
' for missing functionality')),
),
Divider(),
for (final inst in accStore.instances)