diff --git a/RELEASE_CHANGELOG.md b/RELEASE_CHANGELOG.md index 6763310b..6d21ebad 100644 --- a/RELEASE_CHANGELOG.md +++ b/RELEASE_CHANGELOG.md @@ -2,11 +2,5 @@ ## 更新日志 -- 添加Frpc启动拦截提示 -- 添加签到按钮 -- 修改Frpc日志系统 -- 修复错误的日志检测 -- 添加更多自动错误检查 -- 适配新版API值类型变动 -- 签到改为LoCyanFrpAPI v2接口 +- 修复 #160 diff --git a/nyalcf_ui/lib/views/setting/launcher_setting.dart b/nyalcf_ui/lib/views/setting/launcher_setting.dart index 1735eb93..85e823d4 100644 --- a/nyalcf_ui/lib/views/setting/launcher_setting.dart +++ b/nyalcf_ui/lib/views/setting/launcher_setting.dart @@ -236,6 +236,7 @@ class LauncherSetting { onChanged: (value) async { _dsCtr.autoSign.value = value; _lcs.setAutoSign(value); + _lcs.save(); // if (Platform.isWindows) { // _dsCtr.setAutostart(value); // } else { diff --git a/pubspec.yaml b/pubspec.yaml index 3e9f393b..a608a2cf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.1.10 +version: 0.1.10+1 environment: sdk: '>=3.1.5 <4.0.0'