Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ImDevinC committed Dec 31, 2024
1 parent e4bfdb9 commit 1d4177b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions/DeafenAction.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def update_display(self, value: dict):
def on_tick(self):
# We need to do this to help make sure icons are set on
# page transition. I don't like it, but it works for now
self.update_display({'mute': self.muted})
self.update_display({'deaf': self.deafened})
if self.deafened:
self.set_label("Deafened", position=self.label_location.lower())
else:
Expand Down

0 comments on commit 1d4177b

Please sign in to comment.