Fix gamelog notification parsing but filter it out

This commit is contained in:
Natsumi
2021-06-19 10:51:17 +12:00
parent 3a569d82bf
commit 780a4a71dc
3 changed files with 9 additions and 4 deletions

View File

@@ -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: ''