Merge branch 'marketplace_redesign' into CURA-8558_introduce_manage_package_list

This commit is contained in:
Jelle Spijker 2021-11-03 15:54:40 +01:00 committed by GitHub
commit 8785198a0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -90,5 +90,4 @@ class PackageList(ListModel):
def hasFooter(self) -> bool:
""" Indicating if the PackageList should have a Footer visible. For paginated PackageLists
:return: ``True`` if a Footer should be displayed in the ListView, e.q.: paginated lists, ``False`` Otherwise
"""
return self._has_footer