mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-01-20 15:40:38 +01:00
Hide power sweep controls on windows/Qt5.12
This commit is contained in:
parent
3038dc0f75
commit
6bb22b5e43
|
|
@ -496,6 +496,7 @@ VNA::VNA(AppWindow *window)
|
|||
cbSweepType->setCurrentIndex((int) sw);
|
||||
});
|
||||
// initial setup is frequency sweep
|
||||
configureToolbarForFrequencySweep();
|
||||
SetSweepType(SweepType::Frequency);
|
||||
|
||||
toolbars.insert(tb_cal);
|
||||
|
|
|
|||
Loading…
Reference in a new issue