console: fatal => red

This commit is contained in:
goaaats 2024-03-23 15:14:46 +01:00
parent f1920005e5
commit ba1c8cba45

View file

@ -345,7 +345,7 @@ internal class ConsoleWindow : Window, IDisposable
LogEventLevel.Debug => 0x00000000,
LogEventLevel.Information => 0x00000000,
LogEventLevel.Warning => 0x8A0070EE,
LogEventLevel.Fatal => 0xFF00000A,
LogEventLevel.Fatal => 0x800000EE,
_ => 0x30FFFFFF,
};