Update party.py

This commit is contained in:
Vishal 2023-11-30 23:02:06 +05:30 committed by GitHub
parent f2f13b3cc6
commit c632941136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -241,7 +241,7 @@ class PartyWindow(bui.Window):
choices_display=[
bui.Lstr(
resource='chatUnMuteText' if is_muted else 'chatMuteText'
),
)
],
current_choice='unmute' if is_muted else 'mute',
delegate=self,