mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 07:23:13 +08:00
Also listen to the "/" appended string for url schemes
Windows adds a slash for some reason CURA-11288
This commit is contained in:
parent
568fc4ca76
commit
84d56367f4
@ -1805,7 +1805,7 @@ class CuraApplication(QtApplication):
|
||||
return
|
||||
|
||||
match url.host() + url.path():
|
||||
case "open":
|
||||
case "open" | "open/":
|
||||
query = QUrlQuery(url.query())
|
||||
model_url = QUrl(query.queryItemValue("file", options=QUrl.ComponentFormattingOption.FullyDecoded))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user