by default close text management

This commit is contained in:
themancalledjakob 2024-08-21 17:34:13 +02:00
parent 850377e0f5
commit 4caaa5b687

View file

@ -411,6 +411,7 @@ class ABC3D_PT_TextManagement(bpy.types.Panel):
bl_category = "ABC3D" bl_category = "ABC3D"
bl_space_type = "VIEW_3D" bl_space_type = "VIEW_3D"
bl_region_type = "UI" bl_region_type = "UI"
bl_options = {"DEFAULT_CLOSED"}
# TODO: perhaps this should be done in a periodic timer # TODO: perhaps this should be done in a periodic timer
@classmethod @classmethod