Skip to content

Commit

Permalink
Update party.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vishal332008 authored Nov 30, 2023
1 parent f2f13b3 commit c632941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/ba_data/python/bauiv1lib/party.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def _on_menu_button_press(self) -> None:
choices_display=[
bui.Lstr(
resource='chatUnMuteText' if is_muted else 'chatMuteText'
),
)
],
current_choice='unmute' if is_muted else 'mute',
delegate=self,
Expand Down

0 comments on commit c632941

Please sign in to comment.