mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 10:47:49 -06:00
If the file type is not registered still show it's name in project field CURA-5323
This commit is contained in:
parent
8718ee34c9
commit
d433c54a0a
1 changed files with 2 additions and 2 deletions
|
@ -345,8 +345,8 @@ class PrintInformation(QObject):
|
|||
except:
|
||||
Logger.log("w", "Unsupported Mime Type Database file extension")
|
||||
|
||||
if data is not None:
|
||||
self._base_name = data
|
||||
if data is not None and check_name is not None:
|
||||
self._base_name = check_name
|
||||
else:
|
||||
self._base_name = ''
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue