by default close text management
This commit is contained in:
parent
850377e0f5
commit
4caaa5b687
1 changed files with 1 additions and 0 deletions
|
@ -411,6 +411,7 @@ class ABC3D_PT_TextManagement(bpy.types.Panel):
|
|||
bl_category = "ABC3D"
|
||||
bl_space_type = "VIEW_3D"
|
||||
bl_region_type = "UI"
|
||||
bl_options = {"DEFAULT_CLOSED"}
|
||||
|
||||
# TODO: perhaps this should be done in a periodic timer
|
||||
@classmethod
|
||||
|
|
Loading…
Reference in a new issue