diff --git a/src/localization/zh-TW/en.json b/src/localization/zh-TW/en.json index 1042efee..ceab366f 100644 --- a/src/localization/zh-TW/en.json +++ b/src/localization/zh-TW/en.json @@ -1191,7 +1191,7 @@ "content_stickers": "貼紙", "content_pedestals": "分享座", "content_prints": "拍立得", - "content_drones": "無人機" + "content_drones": "無人機", "content_items": "物件", "world_id": "世界 ID", "instance_id": "房間 ID", diff --git a/src/stores/vrcx.js b/src/stores/vrcx.js index 2c237467..2ffed405 100644 --- a/src/stores/vrcx.js +++ b/src/stores/vrcx.js @@ -364,7 +364,7 @@ export const useVrcxStore = defineStore('Vrcx', () => { location: locationStore.lastLocation.location }; database.addGamelogExternalToDatabase(entry); - if (notify){ + if (notify) { notificationStore.queueGameLogNoty(entry); } gameLogStore.addGameLog(entry);