Add ios connection info

This commit is contained in:
problematicconsumer
2024-02-09 20:20:24 +03:30
parent 22cf3b5f7f
commit ede904a024
8 changed files with 287 additions and 95 deletions

View File

@@ -62,7 +62,8 @@ class HomePage extends HookConsumerWidget {
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
const Expanded(child: ConnectionButton()),
if (Platform.isAndroid) const ActiveProxyFooter(),
if (Platform.isAndroid || Platform.isIOS)
const ActiveProxyFooter(),
],
),
),