mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-01-27 17:33:13 +08:00
Latest public/internal sync.
This commit is contained in:
parent
dd0685f033
commit
ee8fec761b
1
.idea/dictionaries/ericf.xml
generated
1
.idea/dictionaries/ericf.xml
generated
@ -1436,6 +1436,7 @@
|
||||
<w>indstr</w>
|
||||
<w>inet</w>
|
||||
<w>inext</w>
|
||||
<w>inferable</w>
|
||||
<w>infileb</w>
|
||||
<w>infilename</w>
|
||||
<w>infilepath</w>
|
||||
|
||||
@ -93,6 +93,8 @@
|
||||
(fix #614). Thanks heLlow-step-sis!
|
||||
- Fixes an issue where CTF flag return counters could get stuck (fix #584).
|
||||
Thanks SoK05 and Dliwk!
|
||||
- In cases where there's no browser available, the v2 account sign-in URL can
|
||||
now be tapped to copy it (Thanks vishal332008!).
|
||||
|
||||
|
||||
### 1.7.27 (build 21282, api 8, 2023-08-30)
|
||||
|
||||
1
ballisticakit-cmake/.idea/dictionaries/ericf.xml
generated
1
ballisticakit-cmake/.idea/dictionaries/ericf.xml
generated
@ -865,6 +865,7 @@
|
||||
<w>includelines</w>
|
||||
<w>indata</w>
|
||||
<w>inet</w>
|
||||
<w>inferable</w>
|
||||
<w>infoset</w>
|
||||
<w>infotxt</w>
|
||||
<w>inides</w>
|
||||
|
||||
@ -238,8 +238,7 @@ class V2ProxySignInWindow(bui.Window):
|
||||
if bui.clipboard_is_supported():
|
||||
bui.clipboard_set_text(link)
|
||||
bui.screenmessage(
|
||||
bui.Lstr(resource='copyConfirmText'),
|
||||
color=(0, 1, 0)
|
||||
bui.Lstr(resource='copyConfirmText'), color=(0, 1, 0)
|
||||
)
|
||||
|
||||
def _done(self) -> None:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user