mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-18 08:45:54 +08:00
Merge branch 'marketplace_redesign' into CURA-8558_introduce_manage_package_list
This commit is contained in:
commit
8785198a0e
@ -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…
x
Reference in New Issue
Block a user