mirror of
https://github.com/dz0ny/meshcore-sar.git
synced 2026-08-11 16:30:28 +00:00
Ensure new profile starts empty
This commit is contained in:
@@ -92,14 +92,6 @@ class ProfilesScreen extends StatelessWidget {
|
||||
},
|
||||
child: const Text('Open'),
|
||||
),
|
||||
FilledButton(
|
||||
onPressed: () async {
|
||||
await context
|
||||
.read<ProfileWorkspaceCoordinator>()
|
||||
.applyProfile(profile.id);
|
||||
},
|
||||
child: const Text('Apply'),
|
||||
),
|
||||
OutlinedButton(
|
||||
onPressed: () async {
|
||||
final resolved =
|
||||
|
||||
Reference in New Issue
Block a user