mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-12 17:27:51 -06:00
Fixed missing qoutes
:face_palm: Contributes to CURA-8558
This commit is contained in:
parent
8785198a0e
commit
07fcf8b533
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue