This commit is contained in:
2026-01-22 11:48:21 +03:00
parent 4ba70853cb
commit 75acf12c3c
5 changed files with 22 additions and 9 deletions

View File

@@ -84,7 +84,7 @@ void Logger::handleLog(QString msg, LogLevel logLevel)
case WARNING:
level = "WARNING";
colorLevel = "yellow";
colorLevel = "orange";
break;
case ERROR: