update app icon (#9219)
This commit is contained in:
@@ -41,10 +41,14 @@ 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`)
|
||||
return require(
|
||||
`../../../../assets/app-icons/ios_icon_default_next.png`,
|
||||
)
|
||||
},
|
||||
androidImage: () => {
|
||||
return require(`../../../../assets/app-icons/icon_default_next.png`)
|
||||
return require(
|
||||
`../../../../assets/app-icons/android_icon_default_next.png`,
|
||||
)
|
||||
},
|
||||
},
|
||||
] satisfies AppIconSet[]
|
||||
|
||||
Reference in New Issue
Block a user