Show Mod info sorted by severity and show client-only mods as OK

This commit is contained in:
Frank 2021-11-06 20:04:52 +01:00
parent a879a82645
commit 8233174487
2 changed files with 15 additions and 11 deletions

View file

@ -88,6 +88,7 @@ public class GridLayout extends GridColumn {
public static final int COLOR_RED = 0xFFDB1F48;
public static final int COLOR_CYAN = 0xFF01949A;
public static final int COLOR_GREEN = 0xFF00FF00;
public static final int COLOR_DARK_GREEN = 0xFF007F00;
public static final int COLOR_YELLOW = 0xFFFAD02C;
public static final int COLOR_BLUE = 0xFF0000FF;
public static final int COLOR_GRAY = 0xFF7F7F7F;