Fix. Platform is MacOS and is Linux (#7485)

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2024-03-23 10:27:17 +08:00
committed by GitHub
parent dcb7e389eb
commit 8018920a64
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ class PeerTabModel with ChangeNotifier {
List<String> tabNames = [
'Recent sessions',
'Favorites',
'Discovered',
if (!isWeb) 'Discovered',
];
final List<IconData> icons = [
Icons.access_time_filled,