missing includes and typos

This commit is contained in:
David Kocik 2023-02-08 10:46:04 +01:00
parent 09b4a88f18
commit 80c92d1331
4 changed files with 7 additions and 7 deletions

View file

@ -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 {