mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-06 15:47:06 +08:00
Update manualtab.py
This commit is contained in:
parent
7803caf1c2
commit
81006ed8d6
@ -834,6 +834,10 @@ class ManualGatherTab(GatherTab):
|
|||||||
}
|
}
|
||||||
config.commit()
|
config.commit()
|
||||||
bui.getsound('gunCocking').play()
|
bui.getsound('gunCocking').play()
|
||||||
|
bui.screenmessage(
|
||||||
|
bui.Lstr(resource='addedToFavoritesText'),
|
||||||
|
color=(0, 1, 0),
|
||||||
|
)
|
||||||
else:
|
else:
|
||||||
bui.screenmessage(
|
bui.screenmessage(
|
||||||
bui.Lstr(resource='internal.invalidAddressErrorText'),
|
bui.Lstr(resource='internal.invalidAddressErrorText'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user