49 lines
2.1 KiB
Diff
49 lines
2.1 KiB
Diff
diff --git a/src/screens/Settings/Settings.tsx b/src/screens/Settings/Settings.tsx
|
|
index 6b0e184c0..42b609c9e 100644
|
|
--- a/src/screens/Settings/Settings.tsx
|
|
+++ b/src/screens/Settings/Settings.tsx
|
|
@@ -203,24 +203,8 @@ export function SettingsScreen({}: Props) {
|
|
<Trans>Notifications</Trans>
|
|
</SettingsList.ItemText>
|
|
</SettingsList.LinkItem>
|
|
- <SettingsList.LinkItem
|
|
- to="/settings/content-and-media"
|
|
- label={_(msg`Content and media`)}>
|
|
- <SettingsList.ItemIcon icon={WindowIcon} />
|
|
- <SettingsList.ItemText>
|
|
- <Trans>Content and media</Trans>
|
|
- </SettingsList.ItemText>
|
|
- </SettingsList.LinkItem>
|
|
- {isNative && findContactsEnabled && (
|
|
- <SettingsList.LinkItem
|
|
- to="/settings/find-contacts"
|
|
- label={_(msg`Find friends from contacts`)}>
|
|
- <SettingsList.ItemIcon icon={ContactsIcon} />
|
|
- <SettingsList.ItemText>
|
|
- <Trans>Find friends from contacts</Trans>
|
|
- </SettingsList.ItemText>
|
|
- </SettingsList.LinkItem>
|
|
- )}
|
|
+{/* Content and media removed for syu.is */}
|
|
+{/* Find friends from contacts removed for syu.is */}
|
|
<SettingsList.LinkItem
|
|
to="/settings/appearance"
|
|
label={_(msg`Appearance`)}>
|
|
@@ -245,16 +229,6 @@ export function SettingsScreen({}: Props) {
|
|
<Trans>Languages</Trans>
|
|
</SettingsList.ItemText>
|
|
</SettingsList.LinkItem>
|
|
- <SettingsList.PressableItem
|
|
- onPress={() => Linking.openURL(HELP_DESK_URL)}
|
|
- label={_(msg`Help`)}
|
|
- accessibilityHint={_(msg`Opens helpdesk in browser`)}>
|
|
- <SettingsList.ItemIcon icon={CircleQuestionIcon} />
|
|
- <SettingsList.ItemText>
|
|
- <Trans>Help</Trans>
|
|
- </SettingsList.ItemText>
|
|
- <SettingsList.Chevron />
|
|
- </SettingsList.PressableItem>
|
|
<SettingsList.LinkItem to="/settings/about" label={_(msg`About`)}>
|
|
<SettingsList.ItemIcon icon={BubbleInfoIcon} />
|
|
<SettingsList.ItemText>
|