Use report icon for errors

Otherwise errors and info have the same icon. Suggested by ModProg

Fixes #422
This commit is contained in:
Vishesh Handa
2021-02-18 19:32:38 +01:00
parent 73c5c56a38
commit 88c64d738d

View File

@ -276,7 +276,7 @@ class FilterListTile extends StatelessWidget {
switch (internalLevel) {
case 'e':
return Icon(Icons.error, color: color);
return Icon(Icons.report, color: color);
case 'w':
return Icon(Icons.warning, color: color);
case 'i':