Fix the problem that TileService is not destroyed correctly in some cases

Adjust tab animation defaults
This commit is contained in:
chen08209
2024-05-01 15:02:46 +08:00
parent 8a188a37c9
commit 92294b49c6
3 changed files with 3 additions and 5 deletions

View File

@@ -87,7 +87,7 @@ class Config extends ChangeNotifier {
_isMinimizeOnExit = true,
_isAccessControl = false,
_accessControl = AccessControl(),
_isAnimateToPage = false;
_isAnimateToPage = true;
deleteProfileById(String id) {
_profiles = profiles.where((element) => element.id != id).toList();