-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
On MacOS, there is a simple app which can change the default program that opens on a specific url scheme called "duti". I would like to make it it so links with "bambustudioopen" open in orcaslicer instead.
However, unfortunately OrcaSlicer only understands it's own custom url scheme. Is it possible to add an additional case where which can also understand if it's opened with bambustudioopen url scheme? This way it is possible to change the application to orcaslicer and have it work properly.
OrcaSlicer/src/slic3r/GUI/GUI_App.cpp
Line 5884 in b30efa7
if (!url.empty() && boost::starts_with(url, "orcasliceropen://")) { |
Chewieez, Culain, DARKFiB3R, omBratteng, TaxemicPigeon4 and 6 more
Metadata
Metadata
Assignees
Labels
No labels