fix: black row

feat: submodule update
This commit is contained in:
Swann Martinez
2019-08-09 17:59:40 +02:00
parent ef278856c9
commit d055468a8d
2 changed files with 1 additions and 2 deletions

1
ui.py
View File

@ -59,7 +59,6 @@ class SESSION_PT_settings(bpy.types.Panel):
row.operator("session.stop", icon='QUIT', text="CANCEL")
row = layout.row()
class SESSION_PT_settings_network(bpy.types.Panel):
bl_idname = "MULTIUSER_SETTINGS_NETWORK_PT_panel"