mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-02 05:48:38 +00:00
feat: game only windows
This commit is contained in:
parent
b9142e364f
commit
9ee9243a81
1 changed files with 5 additions and 0 deletions
|
@ -86,6 +86,11 @@ void Dialog::initUI()
|
||||||
|
|
||||||
ui->formatBox->addItem("mp4");
|
ui->formatBox->addItem("mp4");
|
||||||
ui->formatBox->addItem("mkv");
|
ui->formatBox->addItem("mkv");
|
||||||
|
|
||||||
|
#ifndef Q_OS_WIN32
|
||||||
|
// game only windows
|
||||||
|
ui->gameForPeaceCheck->setEnabled(false);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
void Dialog::execAdbCmd()
|
void Dialog::execAdbCmd()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue