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
cfda477a47
commit
7415bf5cef
@ -225,7 +225,10 @@ class PartyWindow(bui.Window):
|
|||||||
def _copy_msg(self, msg: str) -> None:
|
def _copy_msg(self, msg: str) -> None:
|
||||||
if bui.clipboard_is_supported():
|
if bui.clipboard_is_supported():
|
||||||
bui.clipboard_set_text(msg)
|
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:
|
def _on_menu_button_press(self) -> None:
|
||||||
is_muted = bui.app.config.resolve('Chat Muted')
|
is_muted = bui.app.config.resolve('Chat Muted')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user