adjust whats new dialog word

This commit is contained in:
pa
2026-03-24 09:51:38 +09:00
parent 468696dfce
commit 0af5e33684
4 changed files with 38 additions and 27 deletions
+3
View File
@@ -19,6 +19,7 @@ import * as workerTimers from 'worker-timers';
const emptyWhatsNewDialog = () => ({
visible: false,
titleKey: '',
subtitleKey: '',
items: []
});
@@ -199,6 +200,7 @@ export const useVRCXUpdaterStore = defineStore('VRCXUpdater', () => {
whatsNewDialog.value = {
visible: true,
titleKey: release.titleKey,
subtitleKey: release.subtitleKey,
items: release.items.map((item) => ({ ...item }))
};
@@ -218,6 +220,7 @@ export const useVRCXUpdaterStore = defineStore('VRCXUpdater', () => {
whatsNewDialog.value = {
visible: true,
titleKey: release.titleKey,
subtitleKey: release.subtitleKey,
items: release.items.map((item) => ({ ...item }))
};