mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-16 03:07:55 -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
|
@ -30,7 +30,7 @@ public:
|
|||
// Deletes Desktop files and icons for both PrusaSlicer and GcodeViewer at paths stored in App Config.
|
||||
static void undo_desktop_intgration();
|
||||
|
||||
static void perform_downloader_desktop_integration();
|
||||
static void perform_downloader_desktop_integration(std::string url_prefix);
|
||||
static void undo_downloader_registration();
|
||||
private:
|
||||
|
||||
|
@ -39,4 +39,4 @@ private:
|
|||
} // namespace Slic3r
|
||||
|
||||
#endif // slic3r_DesktopIntegrationDialog_hpp_
|
||||
#endif // __linux__
|
||||
#endif // __linux__
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue