Small fixes

This commit is contained in:
Yusarina
2025-04-01 17:32:45 +01:00
parent c67f30fb97
commit 12083c28c5
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ class AvatarToolKit_PT_SettingsPanel(Panel):
bl_region_type: str = 'UI'
bl_category: str = CATEGORY_NAME
bl_parent_id: str = AvatarToolKit_PT_AvatarToolkitPanel.bl_idname
bl_order: int = 7
bl_order: int = 8
bl_options = {'DEFAULT_CLOSED'}
def draw(self, context: Context) -> None: