improve tor ui

This commit is contained in:
Fabian Freund
2026-01-08 11:20:34 +01:00
parent a64a5672dd
commit e5cfef885b
2 changed files with 51 additions and 28 deletions
@@ -801,7 +801,9 @@ class NavigationMenuButton extends HookConsumerWidget {
child: const Text('Tor™ Proxy'),
builder: (context, ref, child) {
final torConnected = ref.watch(
torProxyServiceProvider.select((value) => value.value != null),
torProxyServiceProvider.select(
(value) => value.value?.isRunning == true,
),
);
return Badge(