divide desktop integration and downloader desktop integration

This commit is contained in:
David Kocik 2023-02-16 11:20:17 +01:00
parent e2762bd7d7
commit e4ff09a59f
5 changed files with 164 additions and 42 deletions

View file

@ -3085,7 +3085,7 @@ void GUI_App::show_downloader_registration_dialog()
downloader_worker->perform_register(app_config->get("url_downloader_dest"));
#ifdef __linux__
if (downloader_worker->get_perform_registration_linux())
DesktopIntegrationDialog::perform_desktop_integration(true);
DesktopIntegrationDialog::perform_downloader_desktop_integration();
#endif // __linux__
} else {
app_config->set("downloader_url_registered", "0");