Code review feedback

This commit is contained in:
Mark Backman
2024-11-14 16:42:01 -05:00
parent 52de825af8
commit 33108f5798
4 changed files with 20 additions and 15 deletions

View File

@@ -574,7 +574,7 @@ class TTSUpdateSettingsFrame(ServiceUpdateSettingsFrame):
class STTMuteFrame(ControlFrame):
"""Control frame to mute/unmute the STT service."""
muted: bool
mute: bool
@dataclass