From c0cdb4490fb356cf90ffb52db0408975c72d3d37 Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Mon, 13 Jul 2026 15:57:04 +0300 Subject: [PATCH] disable app icon settings --- src/screens/Settings/AppearanceSettings.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/screens/Settings/AppearanceSettings.tsx b/src/screens/Settings/AppearanceSettings.tsx index 6d4c03de0b..d9fe0f863b 100644 --- a/src/screens/Settings/AppearanceSettings.tsx +++ b/src/screens/Settings/AppearanceSettings.tsx @@ -14,7 +14,6 @@ import { type NativeStackScreenProps, } from '#/lib/routes/types' import {useSetThemePrefs, useThemePrefs} from '#/state/shell' -import {SettingsListItem as AppIconSettingsListItem} from '#/screens/Settings/AppIconSettings/SettingsListItem' import {type Alf, atoms as a, native, useAlf, useTheme} from '#/alf' import * as SegmentedControl from '#/components/forms/SegmentedControl' import {type Props as SVGIconProps} from '#/components/icons/common' @@ -24,7 +23,6 @@ import {TextSize_Stroke2_Corner0_Rounded as TextSize} from '#/components/icons/T import {TitleCase_Stroke2_Corner0_Rounded as Aa} from '#/components/icons/TitleCase' import * as Layout from '#/components/Layout' import {Text} from '#/components/Typography' -import {IS_INTERNAL, IS_NATIVE} from '#/env' import * as SettingsList from './components/SettingsList' type Props = NativeStackScreenProps @@ -165,12 +163,12 @@ export function AppearanceSettingsScreen({}: Props) { onChange={onChangeFontScale} /> - {IS_NATIVE && IS_INTERNAL && ( + {/*{IS_NATIVE && IS_INTERNAL && ( <> - )} + )}*/}