mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-08 16:53:49 +08:00
Update party.py
This commit is contained in:
parent
abab49761f
commit
5f70cd864a
@ -242,7 +242,7 @@ class PartyWindow(bui.Window):
|
||||
bui.Lstr(
|
||||
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',
|
||||
delegate=self,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user