fix: record failed

This commit is contained in:
Barry 2022-09-12 10:17:20 +08:00
parent 4c87400925
commit 7b653d732a
2 changed files with 2 additions and 1 deletions

@ -1 +1 @@
Subproject commit 3004e63935fe8a3e57b91e117a91c1a6aa68ae42
Subproject commit 999cf5862179693f6101ba02758a7b6af0953c30

View file

@ -298,6 +298,7 @@ void Dialog::on_startServerBtn_clicked()
params.renderExpiredFrames = Config::getInstance().getRenderExpiredFrames();
params.lockVideoOrientation = ui->lockOrientationBox->currentIndex() - 1;
params.stayAwake = ui->stayAwakeCheck->isChecked();
params.recordFile = ui->recordScreenCheck->isChecked();
params.recordPath = ui->recordPathEdt->text().trimmed();
params.recordFileFormat = ui->formatBox->currentText().trimmed();
params.serverLocalPath = getServerPath();