- Highlight self keeps self visible in only talking mode
This commit is contained in:
parent
7f415645c8
commit
e2ee444fc4
1 changed files with 3 additions and 1 deletions
|
|
@ -544,9 +544,11 @@ class VoiceOverlayWindow(OverlayWindow):
|
|||
speaking = "speaking" in user and user["speaking"]
|
||||
|
||||
# Extend timer if mid-speaking
|
||||
if self.highlight_self and self_user == user:
|
||||
continue
|
||||
if speaking:
|
||||
user['lastspoken'] = perf_counter()
|
||||
if not speaking:
|
||||
else:
|
||||
grace = self.only_speaking_grace_period
|
||||
|
||||
if (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue