mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-27 09:23:12 +08:00
Update party.py
This commit is contained in:
parent
cfda477a47
commit
7415bf5cef
@ -225,7 +225,10 @@ class PartyWindow(bui.Window):
|
||||
def _copy_msg(self, msg: str) -> None:
|
||||
if bui.clipboard_is_supported():
|
||||
bui.clipboard_set_text(msg)
|
||||
bui.screenmessage(bui.Lstr(resource='copyConfirmText'), color=(0, 1, 0))
|
||||
bui.screenmessage(
|
||||
bui.Lstr(resource='copyConfirmText'),
|
||||
color=(0, 1, 0)
|
||||
)
|
||||
|
||||
def _on_menu_button_press(self) -> None:
|
||||
is_muted = bui.app.config.resolve('Chat Muted')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user