fix: naming bug

This commit is contained in:
hiddify-com
2024-06-02 21:58:47 +02:00
parent 5dc0aacefd
commit c7232f3b39

View File

@@ -273,7 +273,7 @@ class AddProfileModal extends HookConsumerWidget {
notification.showInfoToast(t.profile.add.addingWarpMsg); notification.showInfoToast(t.profile.add.addingWarpMsg);
await _warp.generateWarp2Config(); 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"); //
}); });
} }
} }