Save new frequencies into the default / user loaded freqman txt file

This commit is contained in:
Rascafr 2020-09-11 22:15:35 +02:00
parent d2c66f4515
commit 200c57f990
2 changed files with 7 additions and 3 deletions

View file

@ -138,6 +138,7 @@ private:
uint32_t wait { 0 };
size_t def_step { 0 };
freqman_db database { };
std::string loaded_file_name;
uint32_t current_index { 0 };
bool userpause { false };