mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-05 22:45:23 +00:00
Windowing option added to sampling
This commit is contained in:
parent
de8761545d
commit
d9d00b8c71
23 changed files with 1267 additions and 493 deletions
|
|
@ -284,7 +284,9 @@ void AppWindow::StartManualControl()
|
|||
{
|
||||
auto control = new ManualControlDialog(*device, this);
|
||||
connect(control, &QDialog::finished, [=](){
|
||||
Mode::getActiveMode()->initializeDevice();
|
||||
if(device) {
|
||||
Mode::getActiveMode()->initializeDevice();
|
||||
}
|
||||
});
|
||||
control->show();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue