mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
console: fatal => red
This commit is contained in:
parent
f1920005e5
commit
ba1c8cba45
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue