feat: add vip friend filter for gamelog page (#1015) (#1023)

This commit is contained in:
pa
2024-12-12 11:53:50 +09:00
committed by GitHub
parent d078711075
commit d3c7385292
4 changed files with 52 additions and 5 deletions

View File

@@ -7646,6 +7646,10 @@ speechSynthesis.getVoices();
'VRCX_feedTableVIPFilter',
false
);
$app.data.gameLogTable.vip = await configRepository.getBool(
'VRCX_gameLogTableVIPFilter',
false
);
$app.data.gameLogTable.filter = JSON.parse(
await configRepository.getString('VRCX_gameLogTableFilters', '[]')
);