diff --git a/plugins/Marketplace/PackageList.py b/plugins/Marketplace/PackageList.py index 17a755255b..a2f3cf184c 100644 --- a/plugins/Marketplace/PackageList.py +++ b/plugins/Marketplace/PackageList.py @@ -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