Compare commits

...

1 Commits

Author SHA1 Message Date
chen08209
4e766d9407 Fix delete profile error 2024-09-09 09:49:22 +08:00
3 changed files with 3 additions and 2 deletions

View File

@@ -102,6 +102,7 @@ class AppController {
final updateId = config.profiles.first.id;
changeProfile(updateId);
} else {
changeProfile(null);
updateStatus(false);
}
}

View File

@@ -47,7 +47,7 @@ class AboutFragment extends StatelessWidget {
title: const Text("Telegram"),
onTap: () {
globalState.openUrl(
"https://t.me/+G-veVtwBOl4wODc1",
"https://t.me/FlClash",
);
},
trailing: const Icon(Icons.launch),

View File

@@ -1,7 +1,7 @@
name: fl_clash
description: A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.
publish_to: 'none'
version: 0.8.58+202409081
version: 0.8.59+202409091
environment:
sdk: '>=3.1.0 <4.0.0'
flutter: 3.22.3