mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
fix an issue that orcaslicer:// didn't work on Mac
This commit is contained in:
parent
1701cbc098
commit
f7b605088b
2 changed files with 11 additions and 12 deletions
|
@ -5903,7 +5903,7 @@ void GUI_App::MacOpenURL(const wxString& url)
|
|||
m_download_file_url = download_file_url;
|
||||
}
|
||||
}
|
||||
} else if (boost::starts_with(url, "prusasliceropen://"))
|
||||
} else if (boost::starts_with(url, "orcaslicer://"))
|
||||
start_download(boost::nowide::narrow(url));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue