diff --git a/QtScrcpy/QtScrcpyCore b/QtScrcpy/QtScrcpyCore index 3004e63..999cf58 160000 --- a/QtScrcpy/QtScrcpyCore +++ b/QtScrcpy/QtScrcpyCore @@ -1 +1 @@ -Subproject commit 3004e63935fe8a3e57b91e117a91c1a6aa68ae42 +Subproject commit 999cf5862179693f6101ba02758a7b6af0953c30 diff --git a/QtScrcpy/ui/dialog.cpp b/QtScrcpy/ui/dialog.cpp index 1c0482a..1fbdf68 100644 --- a/QtScrcpy/ui/dialog.cpp +++ b/QtScrcpy/ui/dialog.cpp @@ -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();