mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-21 20:15:04 +00:00
Fix Bug
This commit is contained in:
parent
e696a8d4ca
commit
0b607ddffc
1 changed files with 3 additions and 3 deletions
|
@ -579,12 +579,12 @@ void Dialog::on_wifiConnectBtn_clicked()
|
|||
on_getIPBtn_clicked();
|
||||
delayMs(200);
|
||||
|
||||
on_wirelessConnectBtn_clicked();
|
||||
delayMs(2000);
|
||||
|
||||
on_startAdbdBtn_clicked();
|
||||
delayMs(1000);
|
||||
|
||||
on_wirelessConnectBtn_clicked();
|
||||
delayMs(2000);
|
||||
|
||||
ui->serialBox->clear();
|
||||
|
||||
ui->serialBox->addItem(ui->deviceIpEdt->text()+":5555");
|
||||
|
|
Loading…
Add table
Reference in a new issue