mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-09-13 14:48:20 +08:00
Use report icon for errors
Otherwise errors and info have the same icon. Suggested by ModProg Fixes #422
This commit is contained in:
@ -276,7 +276,7 @@ class FilterListTile extends StatelessWidget {
|
|||||||
|
|
||||||
switch (internalLevel) {
|
switch (internalLevel) {
|
||||||
case 'e':
|
case 'e':
|
||||||
return Icon(Icons.error, color: color);
|
return Icon(Icons.report, color: color);
|
||||||
case 'w':
|
case 'w':
|
||||||
return Icon(Icons.warning, color: color);
|
return Icon(Icons.warning, color: color);
|
||||||
case 'i':
|
case 'i':
|
||||||
|
Reference in New Issue
Block a user