mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-24 06:39:38 +08:00
Don't show license Screen when there are no licenses to show
CURA-7198
This commit is contained in:
parent
7af847d8a3
commit
050ff62344
@ -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…
x
Reference in New Issue
Block a user