mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-14 04:13:52 +02:00
Lint
This commit is contained in:
@@ -1191,7 +1191,7 @@
|
||||
"content_stickers": "貼紙",
|
||||
"content_pedestals": "分享座",
|
||||
"content_prints": "拍立得",
|
||||
"content_drones": "無人機"
|
||||
"content_drones": "無人機",
|
||||
"content_items": "物件",
|
||||
"world_id": "世界 ID",
|
||||
"instance_id": "房間 ID",
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user