mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Fix gamelog notification parsing but filter it out
This commit is contained in:
@@ -6178,6 +6178,11 @@ speechSynthesis.getVoices();
|
||||
value: [],
|
||||
filterFn: (row, filter) => filter.value.some((v) => v === row.type)
|
||||
},
|
||||
{
|
||||
prop: 'type',
|
||||
value: true,
|
||||
filterFn: (row, filter) => row.type !== 'Notification'
|
||||
},
|
||||
{
|
||||
prop: 'data',
|
||||
value: ''
|
||||
|
||||
Reference in New Issue
Block a user