fix(server): remove connection stats feature (#1063)
This commit is contained in:
@@ -42,10 +42,7 @@ final class _TopBar extends ConsumerWidget implements PreferredSizeWidget {
|
||||
}
|
||||
final total = order.length;
|
||||
final connectionText = '$connected/$total ${context.libL10n.conn}';
|
||||
leading = InkWell(
|
||||
onTap: () => ConnectionStatsPage.route.go(context),
|
||||
child: Text(connectionText, style: const TextStyle(fontSize: 16, fontWeight: FontWeight.w600)),
|
||||
);
|
||||
leading = Text(connectionText, style: const TextStyle(fontSize: 16, fontWeight: FontWeight.w600));
|
||||
}
|
||||
|
||||
return Padding(
|
||||
|
||||
Reference in New Issue
Block a user