mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-04 14:48:37 +00:00
fix: record failed
This commit is contained in:
parent
4c87400925
commit
7b653d732a
2 changed files with 2 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 3004e63935fe8a3e57b91e117a91c1a6aa68ae42
|
Subproject commit 999cf5862179693f6101ba02758a7b6af0953c30
|
|
@ -298,6 +298,7 @@ void Dialog::on_startServerBtn_clicked()
|
||||||
params.renderExpiredFrames = Config::getInstance().getRenderExpiredFrames();
|
params.renderExpiredFrames = Config::getInstance().getRenderExpiredFrames();
|
||||||
params.lockVideoOrientation = ui->lockOrientationBox->currentIndex() - 1;
|
params.lockVideoOrientation = ui->lockOrientationBox->currentIndex() - 1;
|
||||||
params.stayAwake = ui->stayAwakeCheck->isChecked();
|
params.stayAwake = ui->stayAwakeCheck->isChecked();
|
||||||
|
params.recordFile = ui->recordScreenCheck->isChecked();
|
||||||
params.recordPath = ui->recordPathEdt->text().trimmed();
|
params.recordPath = ui->recordPathEdt->text().trimmed();
|
||||||
params.recordFileFormat = ui->formatBox->currentText().trimmed();
|
params.recordFileFormat = ui->formatBox->currentText().trimmed();
|
||||||
params.serverLocalPath = getServerPath();
|
params.serverLocalPath = getServerPath();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue