You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (ui->pushButtonSerialConnect->isChecked() || ui->pushButtonUDPConnect->isChecked())
1865
1862
{
1866
-
if (!fileLogger.beginLog(ui->lineEditSaveLogPath->text(), ui->checkBoxAutoLogging->isChecked(), ui->lineEditSaveFileName->text()))
1863
+
if (!fileLogger.beginLog(ui->lineEditSaveLogPath->text(), ui->checkBoxAutoLogging->isChecked(), ui->lineEditSaveFileName->text()), ui->checkBoxTruncateFileOnSave->isChecked())
1867
1864
{
1868
-
addLog("App >>\t logger error - unable to open File",true);
1865
+
addLog("App >>\t logger error - unable to open File",true);
0 commit comments