mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-03-23 02:35:49 +08:00
Update manualtab.py
This commit is contained in:
parent
30ee6ea7dc
commit
0349fa4dfd
@ -767,7 +767,7 @@ class ManualGatherTab(GatherTab):
|
|||||||
if num_of_fav == 0:
|
if num_of_fav == 0:
|
||||||
bui.textwidget(
|
bui.textwidget(
|
||||||
edit=self._no_parties_added_text,
|
edit=self._no_parties_added_text,
|
||||||
text='No Parties Added',
|
text=bui.Lstr(resource='noPartiesAddedText'),
|
||||||
)
|
)
|
||||||
|
|
||||||
def on_deactivate(self) -> None:
|
def on_deactivate(self) -> None:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user