mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-25 04:53:17 -04:00
Ensure the frequencies list is initialized when the program is started without a WSJT-X.ini file.
This commit is contained in:
@@ -1637,6 +1637,10 @@ void Configuration::impl::read_settings ()
|
||||
frequencies_.reset_to_defaults();
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
frequencies_.reset_to_defaults();
|
||||
}
|
||||
}
|
||||
|
||||
stations_.station_list (settings_->value ("stations").value<StationList::Stations> ());
|
||||
|
||||
Reference in New Issue
Block a user