2
0
forked from Ivasoft/DSView
This commit is contained in:
dreamsourcelabTAI
2021-11-09 15:36:47 +08:00
parent 140b5bf9f5
commit 01b9aee778
14 changed files with 21 additions and 33 deletions

View File

@@ -599,8 +599,9 @@ void MainWindow::device_changed(bool close)
_sampling_bar->set_sampling(false);
_session->set_default_device(boost::bind(&MainWindow::session_error, this,
QString(tr("Set Default Device failed")), _1));
}
update_device_list();
}
update_device_list();
}
void MainWindow::on_run_stop()