Skip to content

Commit

Permalink
feat: game only windows
Browse files Browse the repository at this point in the history
  • Loading branch information
barry-ran committed Jul 20, 2019
1 parent dadf72a commit 29fa375
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions QtScrcpy/dialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 29fa375

Please sign in to comment.