From c7232f3b3911179cdc80a5ee17ad1029bb092236 Mon Sep 17 00:00:00 2001 From: hiddify-com <114227601+hiddify-com@users.noreply.github.com> Date: Sun, 2 Jun 2024 21:58:47 +0200 Subject: [PATCH] fix: naming bug --- lib/features/profile/add/add_profile_modal.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/features/profile/add/add_profile_modal.dart b/lib/features/profile/add/add_profile_modal.dart index a9bd6ef6..b6cd0d6a 100644 --- a/lib/features/profile/add/add_profile_modal.dart +++ b/lib/features/profile/add/add_profile_modal.dart @@ -273,7 +273,7 @@ class AddProfileModal extends HookConsumerWidget { notification.showInfoToast(t.profile.add.addingWarpMsg); await _warp.generateWarp2Config(); } - await _profile.add("#profile-title: Hiddify WARP\nwarp://p2@auto#Remote&&detour=warp://p1@auto#Local"); // + await _profile.add("#profile-title: Hiddify WARP\nwarp://p1@auto#National&&detour=warp://p2@auto#WoW"); // }); } }