divide desktop integration and downloader desktop integration
This commit is contained in:
parent
e2762bd7d7
commit
e4ff09a59f
5 changed files with 164 additions and 42 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue