Fix the problem that TileService is not destroyed correctly in some cases
Adjust tab animation defaults
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user