mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 06:35:58 +08:00
Removed unnecessary line (because we still want to show the Compatability Dialog even if there are only Incompatible packages)
CURA-7090
This commit is contained in:
parent
eb3bd811c1
commit
ae494110ba
@ -59,9 +59,6 @@ class CloudPackageChecker(QObject):
|
||||
self._model.addDiscrepancies(package_discrepancy) # TODO: Move these two lines below, under if package_discrepancy:
|
||||
self._model.initialize(subscribed_packages_payload)
|
||||
|
||||
if not self._model.hasCompatiblePackages: # TODO: Remove these two lines...
|
||||
return None
|
||||
|
||||
if package_discrepancy:
|
||||
self._handlePackageDiscrepancies()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user