Don't show license Screen when there are no licenses to show

CURA-7198
This commit is contained in:
Nino van Hooff 2020-02-07 13:47:15 +01:00
parent 7af847d8a3
commit 050ff62344

View File

@ -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 = {