mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-22 08:13:52 +02:00
Fix adding avatar search provider and bio links
This commit is contained in:
@@ -596,7 +596,11 @@ export const useUserStore = defineStore('User', () => {
|
||||
ref.$isVRCPlus = ref.tags.includes('system_supporter');
|
||||
appearanceSettingsStore.applyUserTrustLevel(ref);
|
||||
applyUserLanguage(ref);
|
||||
if (ref.platform && ref.platform !== 'offline') {
|
||||
if (
|
||||
ref.platform &&
|
||||
ref.platform !== 'offline' &&
|
||||
ref.platform !== 'web'
|
||||
) {
|
||||
ref.$platform = ref.platform;
|
||||
} else {
|
||||
ref.$platform = ref.last_platform;
|
||||
|
||||
Reference in New Issue
Block a user