mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-03 13:47:51 -04:00
Ensure the frequencies list is initialized when the program is started without a WSJT-X.ini file.
This commit is contained in:
parent
8207a72bec
commit
0c4c0ba44d
@ -1637,6 +1637,10 @@ void Configuration::impl::read_settings ()
|
|||||||
frequencies_.reset_to_defaults();
|
frequencies_.reset_to_defaults();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
frequencies_.reset_to_defaults();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
stations_.station_list (settings_->value ("stations").value<StationList::Stations> ());
|
stations_.station_list (settings_->value ("stations").value<StationList::Stations> ());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user