Fix delete profile error

This commit is contained in:
chen08209
2024-09-09 09:48:26 +08:00
parent a5f4d12748
commit 61bd4e4549
3 changed files with 3 additions and 2 deletions

View File

@@ -102,6 +102,7 @@ class AppController {
final updateId = config.profiles.first.id;
changeProfile(updateId);
} else {
changeProfile(null);
updateStatus(false);
}
}