From fdd709fb3088332827852e8a625441e8f533a186 Mon Sep 17 00:00:00 2001 From: Made Baruna Date: Wed, 12 Oct 2022 13:38:18 +0700 Subject: [PATCH] Update import info --- src/routes/wish/import.svelte | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/routes/wish/import.svelte b/src/routes/wish/import.svelte index 04691680..751e2faf 100644 --- a/src/routes/wish/import.svelte +++ b/src/routes/wish/import.svelte @@ -65,9 +65,9 @@ }; const videoTutorial = { - android: 'https://www.youtube.com/watch?v=6C5Zqhcm3NI', - android2: 'https://www.youtube.com/watch?v=rHN1iRjmKmc', - android3: 'https://www.youtube.com/watch?v=jAKq94KpGHA', + // android: 'https://www.youtube.com/watch?v=6C5Zqhcm3NI', + // android2: 'https://www.youtube.com/watch?v=rHN1iRjmKmc', + // android3: 'https://www.youtube.com/watch?v=jAKq94KpGHA', pc: 'https://www.youtube.com/watch?v=FCwZkHeIezw', pc3: 'https://www.youtube.com/watch?v=ojZzl3dmppI', pc4: 'https://www.youtube.com/watch?v=ojZzl3dmppI', @@ -1035,7 +1035,7 @@ {/if} - {#if ['android', 'android2', 'android3'].includes(selectedType)} + {#if videoTutorial[selectedType] !== undefined}
@@ -1345,7 +1345,10 @@
-

{$t('wish.import.soon30')}

+

+ The old android method is not working on 3.1, please join our Discord server for updates! +

+

If you can get the link, you can use the import as usual.