mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-29 21:18:17 +03:00
Return launcher icon if in launcher
This commit is contained in:
parent
6fb8852ef4
commit
2e9fdec00c
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue