mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-31 12:42:34 +00:00
feat(overseerr): issues (de)serialization & list integration
This commit is contained in:
@@ -74,7 +74,7 @@ extension LunaLogTypeExtension on LunaLogType {
|
||||
IconData get icon {
|
||||
switch (this) {
|
||||
case LunaLogType.WARNING:
|
||||
return Icons.warning_rounded;
|
||||
return LunaIcons.WARNING;
|
||||
case LunaLogType.ERROR:
|
||||
return Icons.report_rounded;
|
||||
case LunaLogType.CRITICAL:
|
||||
|
||||
Reference in New Issue
Block a user