mirror of
https://github.com/vrcx-team/VRCX.git
synced 2026-04-06 00:32:02 +02:00
Linux .no-updater fixes
This commit is contained in:
@@ -86,7 +86,8 @@
|
||||
"images/VRCX_notify.png",
|
||||
"images/VRCX_notify.ico",
|
||||
"Version",
|
||||
"src-electron/libs/linux/libopenvr_api.so"
|
||||
"src-electron/libs/linux/libopenvr_api.so",
|
||||
".no-updater"
|
||||
],
|
||||
"asarUnpack": [
|
||||
"node_modules/node-api-dotnet/**/*",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div style="float: left; margin: 5px; z-index: 3000">
|
||||
<el-tooltip placement="top" :content="t('view.login.updater')">
|
||||
<el-tooltip v-if="!noUpdater" placement="top" :content="t('view.login.updater')">
|
||||
<el-button type="default" size="small" :icon="Download" circle @click="showVRCXUpdateDialog"></el-button>
|
||||
</el-tooltip>
|
||||
<el-tooltip placement="top" :content="t('view.login.proxy_settings')">
|
||||
@@ -165,6 +165,7 @@
|
||||
const { loginForm, enableCustomEndpoint } = storeToRefs(useAuthStore());
|
||||
const { toggleCustomEndpoint, relogin, deleteSavedLogin, login, getAllSavedCredentials } = useAuthStore();
|
||||
const { promptProxySettings } = useGeneralSettingsStore();
|
||||
const { noUpdater } = storeToRefs(useVRCXUpdaterStore());
|
||||
|
||||
const { t } = useI18n();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user