From 09d1dd79e06b5e0d645bd3ad709432600dc6fb2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hampus=20Sj=C3=B6berg?= Date: Mon, 24 Jun 2024 21:28:39 +0400 Subject: [PATCH] Hide the feature --- src/windows/Settings/Settings.tsx | 2 +- src/windows/Welcome/Restore.tsx | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/windows/Settings/Settings.tsx b/src/windows/Settings/Settings.tsx index 7f6b1325..d0b43a37 100644 --- a/src/windows/Settings/Settings.tsx +++ b/src/windows/Settings/Settings.tsx @@ -2888,7 +2888,7 @@ ${t("experimental.tor.disabled.msg2")}`; Stop lnd - {PLATFORM === "android" && ( + {PLATFORM === "android" && name === "Hampus" && ( {backupFile === null && t("restore.channel.file")} @@ -297,13 +298,13 @@ export default function Restore({ navigation }: IProps) { {t("restore.channel.iCloud.title")} )} - + */} )} {(backupType === "file" || backupType === "macos") && (