mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-31 12:21:59 +08:00
Fix of return value
This commit is contained in:
parent
02ddb36108
commit
fa94b9fb54
@ -1734,7 +1734,7 @@ bool DownloaderUtils::Worker::perform_download_register(const std::string& path)
|
||||
}
|
||||
BOOST_LOG_TRIVIAL(info) << "Downloader registration: Directory for downloads: " << chosen_dest.string();
|
||||
wxGetApp().app_config->set("url_downloader_dest", chosen_dest.string());
|
||||
perform_url_register();
|
||||
return perform_url_register();
|
||||
}
|
||||
bool DownloaderUtils::Worker::perform_url_register()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user