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

@@ -582,6 +582,14 @@ class AppController {
updateStatus(!appFlowingState.isStart);
}
changeMode(Mode mode) {
clashConfig.mode = mode;
if (mode == Mode.global) {
config.updateCurrentGroupName(GroupName.GLOBAL.name);
}
addCheckIpNumDebounce();
}
updateAutoLaunch() {
config.appSetting = config.appSetting.copyWith(
autoLaunch: !config.appSetting.autoLaunch,