fix: log error crash.

This commit is contained in:
2025-06-26 23:04:02 +08:00
parent 39a6e6b160
commit ab9fa7bf85

View File

@@ -110,7 +110,6 @@ void frelayGUI::ControlMsgHander(QtMsgType type, const QMessageLogContext& conte
break;
default:
QMetaObject::invokeMethod(logPrint, "Error", Qt::QueuedConnection, Q_ARG(QString, msg));
logPrint->Error(msg);
break;
}
}