mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-29 03:33:47 +02:00
Fix nav dot icon
This commit is contained in:
@@ -398,7 +398,7 @@ export const useGameLogStore = defineStore('GameLog', () => {
|
||||
}
|
||||
gameLogTable.value.data.push(entry);
|
||||
sweepGameLog();
|
||||
uiStore.notifyMenu('gameLog');
|
||||
uiStore.notifyMenu('game-log');
|
||||
}
|
||||
|
||||
async function addGamelogLocationToDatabase(input) {
|
||||
|
||||
Reference in New Issue
Block a user