Ensure new profile starts empty

This commit is contained in:
Janez T
2026-03-16 14:04:07 +01:00
parent 450b8382e8
commit 0e3acfa4ca
3 changed files with 342 additions and 10 deletions

View File

@@ -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 =