Fix ipv6 error

This commit is contained in:
chen08209
2024-06-12 19:07:54 +08:00
parent ee22709d49
commit 86572cc960
3 changed files with 150 additions and 152 deletions

View File

@@ -190,7 +190,7 @@ class ClashConfig extends ChangeNotifier {
set ipv6(bool value) {
if (_ipv6 != value) {
ipv6 = value;
_ipv6 = value;
notifyListeners();
}
}