missing includes and typos
This commit is contained in:
parent
09b4a88f18
commit
80c92d1331
4 changed files with 7 additions and 7 deletions
|
@ -3084,7 +3084,7 @@ void GUI_App::show_downloader_registration_dialog()
|
|||
auto downloader_worker = new DownloaderUtils::Worker(nullptr);
|
||||
downloader_worker->perform_register(app_config->get("url_downloader_dest"));
|
||||
#ifdef __linux__
|
||||
if (downloader->get_perform_registration_linux())
|
||||
if (downloader_worker->get_perform_registration_linux())
|
||||
DesktopIntegrationDialog::perform_desktop_integration(true);
|
||||
#endif // __linux__
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue