mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-09 00:13:41 +00:00
attempt to fix --no-gui option for windows
This commit is contained in:
parent
6e07be0af5
commit
c9ffdcd52b
25 changed files with 141 additions and 58 deletions
|
|
@ -7,6 +7,7 @@
|
|||
#include "Traces/fftcomplex.h"
|
||||
#include "Util/util.h"
|
||||
#include "unit.h"
|
||||
#include "appwindow.h"
|
||||
|
||||
#include <QWidget>
|
||||
#include <QDialog>
|
||||
|
|
@ -108,7 +109,9 @@ void Math::TimeGate::edit()
|
|||
|
||||
updateFilter();
|
||||
|
||||
d->show();
|
||||
if(AppWindow::showGUI()) {
|
||||
d->show();
|
||||
}
|
||||
}
|
||||
|
||||
QWidget *Math::TimeGate::createExplanationWidget()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue