mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-04 13:56:07 +02:00
some fix
This commit is contained in:
@@ -338,9 +338,7 @@ export const useDiscordPresenceSettingsStore = defineStore(
|
||||
partyMaxSize = 0;
|
||||
stateText = '';
|
||||
}
|
||||
let buttonText = t(
|
||||
'view.settings.discord_presence.rpc.join_button'
|
||||
);
|
||||
let buttonText = 'Join';
|
||||
let buttonUrl = state.lastLocationDetails.joinUrl;
|
||||
if (!discordJoinButton.value) {
|
||||
buttonText = '';
|
||||
|
||||
Reference in New Issue
Block a user