diff options
author | Vika <vika@fireburn.ru> | 2025-09-30 21:03:12 +0300 |
---|---|---|
committer | Vika <vika@fireburn.ru> | 2025-10-01 01:57:10 +0300 |
commit | cf3ecfe0251c4d548ba75707b5e24d4276db1b99 (patch) | |
tree | a7873d52eb64eb4e6d2aaeb44f63da873228cab3 /src | |
parent | 54d41a03293043c24a51e0aa2ecf8f29eafd1273 (diff) | |
download | voidsky-cf3ecfe0251c4d548ba75707b5e24d4276db1b99.tar.zst |
Unlock fancy app icons
Huh, didn't know the app had those.
Diffstat (limited to 'src')
-rw-r--r-- | src/screens/Settings/AppIconSettings/index.tsx | 2 | ||||
-rw-r--r-- | src/screens/Settings/AppearanceSettings.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/screens/Settings/AppIconSettings/index.tsx b/src/screens/Settings/AppIconSettings/index.tsx index 953ae2e60..09feb6faf 100644 --- a/src/screens/Settings/AppIconSettings/index.tsx +++ b/src/screens/Settings/AppIconSettings/index.tsx @@ -86,7 +86,7 @@ export function AppIconSettingsScreen({}: Props) { ))} </Group> - {IS_INTERNAL && gate('debug_subscriptions') && ( + {( <> <Text style={[ diff --git a/src/screens/Settings/AppearanceSettings.tsx b/src/screens/Settings/AppearanceSettings.tsx index 5d597ff8e..7fabf4a23 100644 --- a/src/screens/Settings/AppearanceSettings.tsx +++ b/src/screens/Settings/AppearanceSettings.tsx @@ -178,7 +178,7 @@ export function AppearanceSettingsScreen({}: Props) { onChange={onChangeFontScale} /> - {isNative && IS_INTERNAL && ( + {isNative && ( <> <SettingsList.Divider /> <AppIconSettingsListItem /> |