feat: progression on session mamnagment

This commit is contained in:
Swann Martinez
2020-01-20 18:55:03 +01:00
parent ff932b0cdf
commit 07df42d087
5 changed files with 28 additions and 9 deletions

View File

@ -218,7 +218,7 @@ class SESSION_UL_users(bpy.types.UIList):
if item.username in user:
ping = str(user_stat['latency'])
break
split = layout.split(factor=0.3)
split.label(text=item.username)
split.label(text=str(item.current_frame))