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
No known key found for this signature in database
GPG Key ID: 414CCAFD8DA720E1
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit ff6a14cf855d7cd2ce97f54bc0f86b0257fe3f23
Subproject commit 57318589813dd5f23a341603d66255b71af3212e

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"