reorganize connections in bottom sheet

This commit is contained in:
Fabian Freund
2026-07-10 04:58:25 +02:00
parent 277585fc05
commit 9547169d99
2 changed files with 56 additions and 10 deletions
@@ -28,6 +28,7 @@ part 'persisted_bool.g.dart';
enum PersistedBoolKey {
extensionsExpanded(key: 'ExtensionsExpanded', defaultValue: false),
connectionsExpanded(key: 'ConnectionsExpanded', defaultValue: true),
searchSuggestionsExpanded(
key: 'SearchSuggestionsExpanded',
defaultValue: true,