mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
Remove update error
This commit is contained in:
@@ -15565,8 +15565,6 @@ speechSynthesis.getVoices();
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
this.latestAppVersion = 'Error occured';
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
+5
-1
@@ -688,7 +688,7 @@ html
|
|||||||
.detail
|
.detail
|
||||||
span.name Version
|
span.name Version
|
||||||
span.extra(v-text="appVersion")
|
span.extra(v-text="appVersion")
|
||||||
.x-friend-item(style="cursor:default")
|
.x-friend-item(@click="checkForVRCXUpdate")
|
||||||
.detail
|
.detail
|
||||||
span.name Latest Version
|
span.name Latest Version
|
||||||
span.extra(v-if="latestAppVersion" v-text="latestAppVersion")
|
span.extra(v-if="latestAppVersion" v-text="latestAppVersion")
|
||||||
@@ -697,6 +697,10 @@ html
|
|||||||
.detail
|
.detail
|
||||||
span.name Repository URL
|
span.name Repository URL
|
||||||
span.extra https://github.com/pypy-vrc/VRCX
|
span.extra https://github.com/pypy-vrc/VRCX
|
||||||
|
.x-friend-item(@click="openExternalLink('https://vrcx.pypy.moe/discord')")
|
||||||
|
.detail
|
||||||
|
span.name Support
|
||||||
|
span.extra https://vrcx.pypy.moe/discord
|
||||||
div.options-container
|
div.options-container
|
||||||
span.sub-header VRCX Updater
|
span.sub-header VRCX Updater
|
||||||
div.options-container-item
|
div.options-container-item
|
||||||
|
|||||||
Reference in New Issue
Block a user