feat: game only windows

This commit is contained in:
Barry 2019-07-21 04:50:17 +08:00
parent b9142e364f
commit 9ee9243a81

View file

@ -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()