Skip to content

Commit

Permalink
Hide the feature
Browse files Browse the repository at this point in the history
  • Loading branch information
hsjoberg committed Jun 24, 2024
1 parent 4ba2f0a commit 09d1dd7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/windows/Settings/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2888,7 +2888,7 @@ ${t("experimental.tor.disabled.msg2")}`;
<Text>Stop lnd</Text>
</Body>
</ListItem>
{PLATFORM === "android" && (
{PLATFORM === "android" && name === "Hampus" && (
<ListItem
style={style.listItem}
icon={true}
Expand Down
5 changes: 3 additions & 2 deletions src/windows/Welcome/Restore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -284,6 +284,7 @@ export default function Restore({ navigation }: IProps) {
style={{ marginTop: 6, marginBottom: 10 }}
small
onPress={pickChannelsExportFile}
onLongPress={pickChannelDbFile}
>
<Text>{backupFile === null && t("restore.channel.file")}</Text>
</Button>
Expand All @@ -297,13 +298,13 @@ export default function Restore({ navigation }: IProps) {
<Text>{t("restore.channel.iCloud.title")}</Text>
</Button>
)}
<Button
{/* <Button
small
style={{ marginTop: 6, marginBottom: 10 }}
onPress={pickChannelDbFile}
>
<Text>{t("restore.channel.importChannelDb.title")}</Text>
</Button>
</Button> */}
</View>
)}
{(backupType === "file" || backupType === "macos") && (
Expand Down

0 comments on commit 09d1dd7

Please sign in to comment.