Skip to content

Commit 5aea5d5

Browse files
committed
Docs for bottom_buttons flag
1 parent a825a03 commit 5aea5d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

puzzlepiece/puzzle.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ class Puzzle(QtWidgets.QWidget):
1414
:param debug: Sets the Puzzle.debug property, if True the app should launch in debug mode and Pieces
1515
shouldn't communicate with hardware.
1616
:type debug: bool
17+
:param bottom_buttons: Whether the bottom buttons of the Puzzle (Tree, Export, STOP) should be shown.
18+
:type bottom_buttons: bool
1719
"""
1820

1921
def __init__(self, app=None, name="Puzzle", debug=True, bottom_buttons=True, *args, **kwargs):

0 commit comments

Comments
 (0)