Skip to content

Commit 7b653d7

Browse files
committed
fix: record failed
1 parent 4c87400 commit 7b653d7

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

QtScrcpy/ui/dialog.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ void Dialog::on_startServerBtn_clicked()
298298
params.renderExpiredFrames = Config::getInstance().getRenderExpiredFrames();
299299
params.lockVideoOrientation = ui->lockOrientationBox->currentIndex() - 1;
300300
params.stayAwake = ui->stayAwakeCheck->isChecked();
301+
params.recordFile = ui->recordScreenCheck->isChecked();
301302
params.recordPath = ui->recordPathEdt->text().trimmed();
302303
params.recordFileFormat = ui->formatBox->currentText().trimmed();
303304
params.serverLocalPath = getServerPath();

0 commit comments

Comments
 (0)