RollHolder: move to WallMounted group

This commit is contained in:
Florian Festi 2023-02-11 16:14:27 +01:00
parent 702006d9ef
commit 790bc41871
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class RollHolder(Boxes):
description = """Needs a dowel or pipe as axle."""
ui_group = "Misc"
ui_group = "WallMounted"
def __init__(self) -> None:
Boxes.__init__(self)