New changes

This commit is contained in:
Ryzerth
2021-04-13 04:54:47 +02:00
parent 58864b79e4
commit 64436f1034
4 changed files with 32 additions and 5 deletions

View File

@ -107,6 +107,8 @@ namespace ImGui {
void setFastFFT(bool fastFFT);
void setFullWaterfallUpdate(bool fullUpdate);
bool centerFreqMoved = false;
bool vfoFreqChanged = false;
bool bandplanEnabled = false;
@ -207,5 +209,6 @@ namespace ImGui {
bool bandplanVisible = false;
bool _fastFFT = true;
bool _fullUpdate = true;
};
};