mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Fetch LoTW Users data on start up if it is missing
This commit is contained in:
parent
c444cb2409
commit
0f10a58b84
@ -1065,8 +1065,8 @@ Configuration::impl::impl (Configuration * self, QNetworkAccessManager * network
|
|||||||
});
|
});
|
||||||
lotw_users_.set_local_file_path (writeable_data_dir_.absoluteFilePath ("lotw-user-activity.csv"));
|
lotw_users_.set_local_file_path (writeable_data_dir_.absoluteFilePath ("lotw-user-activity.csv"));
|
||||||
|
|
||||||
// load the dictionary if it exists
|
// load the dictionary if it exists, fetch and load if it doesn't
|
||||||
lotw_users_.load (ui_->LotW_CSV_URL_line_edit->text (), false);
|
lotw_users_.load (ui_->LotW_CSV_URL_line_edit->text ());
|
||||||
|
|
||||||
//
|
//
|
||||||
// validation
|
// validation
|
||||||
|
Loading…
Reference in New Issue
Block a user