[Bug] Login.vue remains updater when use --no-updater #212

Closed
opened 2026-04-05 16:16:45 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @kazu0617 on 11/16/2025

Describe the bug
in Login.vue, it seems updater the top left button while uses --no-updater.

This release will address this patch.

--- a/src/views/Login/Login.vue
+++ b/src/views/Login/Login.vue
@@ -3,3 +2,0 @@
-        <el-tooltip placement="top" :content="t('view.login.updater')">
-            <el-button type="default" size="small" :icon="Download" circle @click="showVRCXUpdateDialog"></el-button>
-        </el-tooltip>
@@ -162 +158,0 @@
-    const { showVRCXUpdateDialog } = useVRCXUpdaterStore();

Expected behavior
when use --no-updater, download button doesn't shown in Login.vue.

Screenshots

Image

What version you are running
VRCX 2025.11.16

*Originally created by @kazu0617 on 11/16/2025* **Describe the bug** in `Login.vue`, it seems updater the top left button while uses `--no-updater`. This release will address this patch. ``` --- a/src/views/Login/Login.vue +++ b/src/views/Login/Login.vue @@ -3,3 +2,0 @@ - <el-tooltip placement="top" :content="t('view.login.updater')"> - <el-button type="default" size="small" :icon="Download" circle @click="showVRCXUpdateDialog"></el-button> - </el-tooltip> @@ -162 +158,0 @@ - const { showVRCXUpdateDialog } = useVRCXUpdaterStore(); ``` **Expected behavior** when use `--no-updater`, download button doesn't shown in Login.vue. **Screenshots** <img width="92" height="74" alt="Image" src="https://github.com/user-attachments/assets/2ea9620f-6475-42ca-b28a-bac24235c46c" /> **What version you are running** VRCX 2025.11.16
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#212