Support better window position memory
Add windows arm64 and linux arm64 build script Optimize some details
This commit is contained in:
@@ -212,9 +212,7 @@ class AppState with ChangeNotifier {
|
||||
case Mode.direct:
|
||||
return [];
|
||||
case Mode.global:
|
||||
return groups
|
||||
.where((element) => element.name == GroupName.GLOBAL.name)
|
||||
.toList();
|
||||
return groups.toList();
|
||||
case Mode.rule:
|
||||
return groups
|
||||
.where((item) => item.hidden == false)
|
||||
|
||||
Reference in New Issue
Block a user