refactor: cleanup

This commit is contained in:
Swann Martinez
2020-02-20 14:17:50 +01:00
parent 699bdf5fe0
commit 67f1149f65
3 changed files with 2 additions and 2 deletions

View File

@ -329,6 +329,7 @@ class SESSION_PT_services(bpy.types.Panel):
bl_region_type = 'UI'
bl_category = "Multiuser"
bl_parent_id = 'MULTIUSER_SETTINGS_PT_panel'
bl_options = {'DEFAULT_CLOSED'}
@classmethod
def poll(cls, context):