diff --git a/plugins/Toolbox/src/CloudSync/LicensePresenter.py b/plugins/Toolbox/src/CloudSync/LicensePresenter.py index 9e0a888320..5d70fe7d29 100644 --- a/plugins/Toolbox/src/CloudSync/LicensePresenter.py +++ b/plugins/Toolbox/src/CloudSync/LicensePresenter.py @@ -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 = {