lock icon now only visible when locked
This commit is contained in:
parent
ddce270398
commit
4667c0c56a
@ -207,8 +207,8 @@
|
||||
|
||||
if (data.voiceLocked)
|
||||
lockImg.source = images.locked_20;
|
||||
else if (moderator)
|
||||
lockImg.source = images.unlocked_20;
|
||||
//else if (moderator)
|
||||
// lockImg.source = images.unlocked_20;
|
||||
else
|
||||
lockImg.source = null;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user