Return launcher icon if in launcher

This commit is contained in:
Maroxy 2022-01-05 00:00:33 +01:00
parent 6fb8852ef4
commit 2e9fdec00c
No known key found for this signature in database
GPG key ID: F4B27EADB21E3021

View file

@ -109,7 +109,7 @@ export default class Launcher
icon: {
// @ts-expect-error
large: discord.fields.icon
large: state === 'in-launcher' ? 'launcher' : discord.fields.icon
},
time: {