mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-05 23:13:46 +08:00
Latest public/internal sync.
This commit is contained in:
parent
eb9ce9fb3f
commit
0e9baafe3e
@ -87,7 +87,7 @@ class ServerDialogWindow(ba.Window):
|
|||||||
|
|
||||||
def _copy_press(self) -> None:
|
def _copy_press(self) -> None:
|
||||||
ba.clipboard_set_text(self.copy_text)
|
ba.clipboard_set_text(self.copy_text)
|
||||||
ba.screenmessage('Copied To Clipboard', color = (0, 1, 0))
|
ba.screenmessage('Copied To Clipboard', color=(0, 1, 0))
|
||||||
|
|
||||||
def _ok_press(self) -> None:
|
def _ok_press(self) -> None:
|
||||||
if ba.time(ba.TimeType.REAL,
|
if ba.time(ba.TimeType.REAL,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user