mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 11:35:56 +00:00
fix: execAdbCmd add serial
This commit is contained in:
parent
efe8bccada
commit
3a970ff07f
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ void Dialog::execAdbCmd()
|
|||
}
|
||||
QString cmd = ui->adbCommandEdt->text().trimmed();
|
||||
outLog("adb " + cmd, false);
|
||||
m_adb.execute("", cmd.split(" ", QString::SkipEmptyParts));
|
||||
m_adb.execute(ui->serialBox->currentText().trimmed(), cmd.split(" ", QString::SkipEmptyParts));
|
||||
}
|
||||
|
||||
QString Dialog::getGameScript(const QString& fileName)
|
||||
|
|
Loading…
Add table
Reference in a new issue