added autostart feature

This commit is contained in:
AlexandreRouma
2022-04-07 15:55:22 +02:00
parent 747b6bfbc6
commit 663dd8d887
3 changed files with 9 additions and 0 deletions

View File

@ -63,6 +63,7 @@ private:
int selectedWindow = 0;
bool initComplete = false;
bool autostart = false;
EventHandler<VFOManager::VFO*> vfoCreatedHandler;
};