Add popcorn palace thumbnail url

This commit is contained in:
Natsumi
2025-07-22 16:00:20 +12:00
parent 957767ddcd
commit 2e4c1fc4c5
2 changed files with 28 additions and 13 deletions

View File

@@ -281,7 +281,14 @@ export const useDiscordPresenceSettingsStore = defineStore(
) {
activityType = ActivityType.Watching;
appId = '1095440531821170820';
bigIcon = 'popcorn_palace';
if (
!state.discordHideImage &&
gameLogStore.nowPlaying.thumbnailUrl
) {
bigIcon = gameLogStore.nowPlaying.thumbnailUrl;
} else {
bigIcon = 'popcorn_palace';
}
}
if (gameLogStore.nowPlaying.name) {
L.worldName = gameLogStore.nowPlaying.name;