SmallPartsTray: Declare stable

This commit is contained in:
Florian Festi 2023-01-17 16:10:25 +01:00
parent 068b69a3e4
commit 2c554185b2
1 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,6 @@ class SmallPartsTray(Boxes):
"""Tray with slants to easier get out game tokens or screws""" """Tray with slants to easier get out game tokens or screws"""
ui_group = "Tray" ui_group = "Tray"
ui_group = "Unstable"
def __init__(self) -> None: def __init__(self) -> None:
Boxes.__init__(self) Boxes.__init__(self)
@ -38,7 +37,7 @@ class SmallPartsTray(Boxes):
help="height of the ramps relative to to total height") help="height of the ramps relative to to total height")
self.argparser.add_argument( self.argparser.add_argument(
"--two_sided", action="store", type=boolarg, default=True, "--two_sided", action="store", type=boolarg, default=True,
help="have ramps on both sides") help="have ramps on both sides. Enables sliding dividers")
self.argparser.add_argument( self.argparser.add_argument(
"--front_panel", action="store", type=boolarg, default=True, "--front_panel", action="store", type=boolarg, default=True,
help="have a vertical wall at the ramp") help="have a vertical wall at the ramp")