More UI bugfix

This commit is contained in:
Ryzerth
2021-07-10 21:15:20 +02:00
parent 6cca4c654f
commit eb48dd70fb
3 changed files with 21 additions and 3 deletions

View File

@ -65,6 +65,8 @@ private:
bool demoWindow = false;
int selectedWindow = 0;
bool initComplete = false;
EventHandler<VFOManager::VFO*> vfoCreatedHandler;
};