mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-15 21:55:52 +08:00
Fixed missing qoutes
:face_palm: Contributes to CURA-8558
This commit is contained in:
parent
8785198a0e
commit
07fcf8b533
@ -89,5 +89,5 @@ class PackageList(ListModel):
|
|||||||
@pyqtProperty(bool, constant = True)
|
@pyqtProperty(bool, constant = True)
|
||||||
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