Random fixes

This commit is contained in:
Natsumi
2025-10-22 12:11:15 +11:00
parent c3f1eda296
commit 1787bb625b
5 changed files with 6 additions and 3 deletions
+1
View File
@@ -175,6 +175,7 @@ export const useVRCXUpdaterStore = defineStore('VRCXUpdater', () => {
currentVersion.value === 'VRCX Nightly Build' ||
currentVersion.value === 'VRCX Build'
) {
changeLogDialog.value.changeLog = '-';
// ignore custom builds
return;
}