mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Don't show license Screen when there are no licenses to show
CURA-7198
This commit is contained in:
parent
7af847d8a3
commit
050ff62344
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@ class LicensePresenter(QObject):
|
|||
|
||||
self._initState(packages)
|
||||
|
||||
if self._page_count == 0:
|
||||
self.licenseAnswers.emit(self._package_models)
|
||||
return
|
||||
|
||||
if self._dialog is None:
|
||||
|
||||
context_properties = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue