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
@@ -84,7 +84,7 @@ class AvatarToolkit_PT_UpdaterPanel(bpy.types.Panel):
bl_region_type = 'UI'
bl_category = CATEGORY_NAME
bl_parent_id = AvatarToolKit_PT_AvatarToolkitPanel.bl_idname
bl_order = 8
bl_order = 9
bl_options = {'DEFAULT_CLOSED'}
def draw(self, context: bpy.types.Context) -> None: