Update core

Fix some issues
This commit is contained in:
chen08209
2025-01-09 18:38:52 +08:00
parent 58acd9c1ab
commit 35f89fea90
17 changed files with 179 additions and 180 deletions

View File

@@ -52,7 +52,7 @@ class _EditProfileState extends State<EditProfile> {
_handleConfirm() async {
if (!_formKey.currentState!.validate()) return;
final config = widget.context.read<Config>();
var profile = widget.profile.copyWith(
final profile = widget.profile.copyWith(
url: urlController.text,
label: labelController.text,
autoUpdate: autoUpdate,