mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 23:59:18 +08:00
Update party.py
This commit is contained in:
parent
abab49761f
commit
5f70cd864a
@ -242,7 +242,7 @@ class PartyWindow(bui.Window):
|
|||||||
bui.Lstr(
|
bui.Lstr(
|
||||||
resource='chatUnMuteText' if is_muted else 'chatMuteText'
|
resource='chatUnMuteText' if is_muted else 'chatMuteText'
|
||||||
),
|
),
|
||||||
bui.Lstr(value='Add to Favorites')
|
bui.Lstr(resource='addToFavoritesText')
|
||||||
],
|
],
|
||||||
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