about summary refs log tree commit diff
path: root/src/screens/Settings/AppIconSettings/useAppIconSets.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/screens/Settings/AppIconSettings/useAppIconSets.ts')
-rw-r--r--src/screens/Settings/AppIconSettings/useAppIconSets.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/screens/Settings/AppIconSettings/useAppIconSets.ts b/src/screens/Settings/AppIconSettings/useAppIconSets.ts
index fd3caeb30..f7d191f77 100644
--- a/src/screens/Settings/AppIconSettings/useAppIconSets.ts
+++ b/src/screens/Settings/AppIconSettings/useAppIconSets.ts
@@ -37,6 +37,16 @@ export function useAppIconSets() {
           )
         },
       },
+      {
+        id: 'next',
+        name: _(msg({context: 'Name of app icon variant', message: 'Next'})),
+        iosImage: () => {
+          return require(`../../../../assets/app-icons/icon_default_next.png`)
+        },
+        androidImage: () => {
+          return require(`../../../../assets/app-icons/icon_default_next.png`)
+        },
+      },
     ] satisfies AppIconSet[]
 
     /**