mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
@@ -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', '[]')
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user