- Highlight self keeps self visible in only talking mode

This commit is contained in:
trigg 2024-08-14 22:28:41 +01:00
parent 7f415645c8
commit e2ee444fc4

View file

@ -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 (