mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 00:30:22 +08:00
Update party.py
This commit is contained in:
parent
f2f13b3cc6
commit
c632941136
@ -241,7 +241,7 @@ class PartyWindow(bui.Window):
|
|||||||
choices_display=[
|
choices_display=[
|
||||||
bui.Lstr(
|
bui.Lstr(
|
||||||
resource='chatUnMuteText' if is_muted else 'chatMuteText'
|
resource='chatUnMuteText' if is_muted else 'chatMuteText'
|
||||||
),
|
)
|
||||||
],
|
],
|
||||||
current_choice='unmute' if is_muted else 'mute',
|
current_choice='unmute' if is_muted else 'mute',
|
||||||
delegate=self,
|
delegate=self,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user