mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
fix url protocol integration under linux (#5535)
This commit is contained in:
parent
276e03683f
commit
47ab3a050e
3 changed files with 26 additions and 27 deletions
|
@ -6601,8 +6601,8 @@ void GUI_App::associate_url(std::wstring url_prefix)
|
|||
key_full.Create(false);
|
||||
}
|
||||
key_full = key_string;
|
||||
#elif defined(__linux__) && defined(SLIC3R_DESKTOP_INTEGRATION)
|
||||
DesktopIntegrationDialog::perform_downloader_desktop_integration();
|
||||
#elif defined(__linux__) && defined(SLIC3R_DESKTOP_INTEGRATION)
|
||||
DesktopIntegrationDialog::perform_downloader_desktop_integration(boost::nowide::narrow(url_prefix));
|
||||
#endif // WIN32
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue