release: version 2.5.2

This commit is contained in:
hiddify
2024-09-29 20:27:07 +02:00
parent bafabd9606
commit 3de6808a81
7 changed files with 65 additions and 40 deletions

View File

@@ -74,7 +74,7 @@ class PlatformSingboxService with InfraLogger implements SingboxService {
() async {
loggy.debug("changing options");
await methodChannel.invokeMethod(
"change_config_options",
"change_hiddify_options",
jsonEncode(options.toJson()),
);
return right(unit);