mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Merge branch 'marketplace_redesign' into CURA-8558_introduce_manage_package_list
This commit is contained in:
commit
8785198a0e
1 changed files with 0 additions and 1 deletions
|
@ -90,5 +90,4 @@ class PackageList(ListModel):
|
||||||
def hasFooter(self) -> bool:
|
def hasFooter(self) -> bool:
|
||||||
""" Indicating if the PackageList should have a Footer visible. For paginated PackageLists
|
""" 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: ``True`` if a Footer should be displayed in the ListView, e.q.: paginated lists, ``False`` Otherwise
|
||||||
"""
|
|
||||||
return self._has_footer
|
return self._has_footer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue