about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorVika <vika@fireburn.ru>2025-09-30 21:03:12 +0300
committerVika <vika@fireburn.ru>2025-10-01 01:57:10 +0300
commitcf3ecfe0251c4d548ba75707b5e24d4276db1b99 (patch)
treea7873d52eb64eb4e6d2aaeb44f63da873228cab3 /src
parent54d41a03293043c24a51e0aa2ecf8f29eafd1273 (diff)
downloadvoidsky-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.tsx2
-rw-r--r--src/screens/Settings/AppearanceSettings.tsx2
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 />