mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-21 03:55:04 +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("mkv");
|
||||
|
||||
#ifndef Q_OS_WIN32
|
||||
// game only windows
|
||||
ui->gameForPeaceCheck->setEnabled(false);
|
||||
#endif
|
||||
}
|
||||
|
||||
void Dialog::execAdbCmd()
|
||||
|
|
Loading…
Add table
Reference in a new issue