Support better window position memory

Add windows arm64 and linux arm64 build script

Optimize some details
This commit is contained in:
chen08209
2024-12-06 22:35:28 +08:00
parent ece8a48181
commit 375c4e0884
26 changed files with 353 additions and 157 deletions

View File

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