mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 17:53:48 +02:00
Random fixes
This commit is contained in:
@@ -670,7 +670,7 @@
|
||||
}
|
||||
|
||||
function setProfilePicOverride(fileId) {
|
||||
if (!currentUser.value.$isVRCPlus) {
|
||||
if (!isLocalUserVrcPlusSupporter.value) {
|
||||
ElMessage({
|
||||
message: 'VRCPlus required',
|
||||
type: 'error'
|
||||
@@ -773,7 +773,7 @@
|
||||
}
|
||||
|
||||
function setVRCPlusIcon(fileId) {
|
||||
if (!currentUser.value.$isVRCPlus) {
|
||||
if (!isLocalUserVrcPlusSupporter.value) {
|
||||
ElMessage({
|
||||
message: 'VRCPlus required',
|
||||
type: 'error'
|
||||
|
||||
Reference in New Issue
Block a user