From 2c554185b21e6687945a3c960c6cf72c26e53644 Mon Sep 17 00:00:00 2001 From: Florian Festi Date: Tue, 17 Jan 2023 16:10:25 +0100 Subject: [PATCH] SmallPartsTray: Declare stable --- boxes/generators/smallpartstray.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/boxes/generators/smallpartstray.py b/boxes/generators/smallpartstray.py index 515eee4..e8f9929 100644 --- a/boxes/generators/smallpartstray.py +++ b/boxes/generators/smallpartstray.py @@ -21,7 +21,6 @@ class SmallPartsTray(Boxes): """Tray with slants to easier get out game tokens or screws""" ui_group = "Tray" - ui_group = "Unstable" def __init__(self) -> None: Boxes.__init__(self) @@ -38,7 +37,7 @@ class SmallPartsTray(Boxes): help="height of the ramps relative to to total height") self.argparser.add_argument( "--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( "--front_panel", action="store", type=boolarg, default=True, help="have a vertical wall at the ramp")