From cf3ecfe0251c4d548ba75707b5e24d4276db1b99 Mon Sep 17 00:00:00 2001 From: Vika Date: Tue, 30 Sep 2025 21:03:12 +0300 Subject: Unlock fancy app icons Huh, didn't know the app had those. --- src/screens/Settings/AppIconSettings/index.tsx | 2 +- 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) { ))} - {IS_INTERNAL && gate('debug_subscriptions') && ( + {( <> - {isNative && IS_INTERNAL && ( + {isNative && ( <> -- cgit 1.4.1