moved log notify to a rsEvent

This commit is contained in:
csoler 2025-09-13 11:20:00 +02:00
parent ee3afd9f40
commit 43e0289604

View file

@ -400,6 +400,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WindowFlags flags)
displayDiskSpaceWarning(ev->mDiskErrorLocation,ev->mDiskErrorSizeLimit);
break;
case RsSystemErrorEventCode::DATA_STREAMING_ERROR:
case RsSystemErrorEventCode::GENERAL_ERROR:
displayErrorMessage(0,0,QString::fromUtf8(ev->mErrorMsg.c_str()));
break;