💄 The universal escape now can close the fade made dialog

This commit is contained in:
2025-11-24 23:21:52 +08:00
parent 88c8227c66
commit 77ac0428ea
3 changed files with 23 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ class NetworkStatusSheet extends HookConsumerWidget {
final wsState = ref.watch(websocketStateProvider);
return SheetScaffold(
heightFactor: 0.4,
titleText:
wsState == WebSocketState.connected()
? 'Connection Status'