mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 07:38:58 +08:00
Revert "Fix opening files on windows"
This reverts commit d6a73a5976067078c7e7e63e2d6a12b89573d566.
This commit is contained in:
parent
d6a73a5976
commit
568fc4ca76
@ -332,7 +332,7 @@ class CuraApplication(QtApplication):
|
||||
for filename in self._cli_args.file:
|
||||
url = QUrl(filename)
|
||||
if url.scheme() in self._supported_url_schemes:
|
||||
self._open_url_queue.append(filename)
|
||||
self._open_url_queue.append(url)
|
||||
else:
|
||||
self._files_to_open.append(os.path.abspath(filename))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user