diff --git a/html/src/app.js b/html/src/app.js index c21c71d6..2b35ef8c 100644 --- a/html/src/app.js +++ b/html/src/app.js @@ -15565,8 +15565,6 @@ speechSynthesis.getVoices(); ); } } - } else { - this.latestAppVersion = 'Error occured'; } }; diff --git a/html/src/index.pug b/html/src/index.pug index c9efc4ed..d1918d8c 100644 --- a/html/src/index.pug +++ b/html/src/index.pug @@ -688,7 +688,7 @@ html .detail span.name Version span.extra(v-text="appVersion") - .x-friend-item(style="cursor:default") + .x-friend-item(@click="checkForVRCXUpdate") .detail span.name Latest Version span.extra(v-if="latestAppVersion" v-text="latestAppVersion") @@ -697,6 +697,10 @@ html .detail span.name Repository URL 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 span.sub-header VRCX Updater div.options-container-item