mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00
Merge remote-tracking branch 'origin/5.3'
# Conflicts: # conanfile.py
This commit is contained in:
commit
4bc11c5138
64 changed files with 14074 additions and 15038 deletions
|
@ -2076,3 +2076,7 @@ class CuraApplication(QtApplication):
|
|||
@classmethod
|
||||
def getInstance(cls, *args, **kwargs) -> "CuraApplication":
|
||||
return cast(CuraApplication, super().getInstance(**kwargs))
|
||||
|
||||
@pyqtProperty(bool, constant=True)
|
||||
def isEnterprise(self) -> bool:
|
||||
return ApplicationMetadata.IsEnterpriseVersion
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue