From d72c52a306e72a995a7200e15a9fcf278c927459 Mon Sep 17 00:00:00 2001 From: Natsumi Date: Fri, 1 Oct 2021 10:42:34 +1300 Subject: [PATCH] Remove update error --- html/src/app.js | 2 -- html/src/index.pug | 6 +++++- 2 files changed, 5 insertions(+), 3 deletions(-) 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