From e2ee444fc4f563c48d72ab92dee8134a41c08ad2 Mon Sep 17 00:00:00 2001 From: trigg Date: Wed, 14 Aug 2024 22:28:41 +0100 Subject: [PATCH] - Highlight self keeps self visible in only talking mode --- discover_overlay/voice_overlay.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/discover_overlay/voice_overlay.py b/discover_overlay/voice_overlay.py index 23fe463..19ba113 100644 --- a/discover_overlay/voice_overlay.py +++ b/discover_overlay/voice_overlay.py @@ -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 (