Skip to content

Commit

Permalink
Fix delete profile error
Browse files Browse the repository at this point in the history
  • Loading branch information
chen08209 committed Sep 9, 2024
1 parent 80f8aa2 commit 4e766d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions lib/controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ class AppController {
final updateId = config.profiles.first.id;
changeProfile(updateId);
} else {
changeProfile(null);
updateStatus(false);
}
}
Expand Down
2 changes: 1 addition & 1 deletion lib/fragments/about.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4e766d9

Please sign in to comment.