mirror of
https://github.com/RYDE-WORK/ballistica.git
synced 2026-02-04 22:43:17 +08:00
pubsync
This commit is contained in:
parent
5f68596b0d
commit
b29b130f03
@ -345,9 +345,7 @@ class ChestWindow(bui.MainWindow):
|
|||||||
self._time_string_timer = bui.AppTimer(
|
self._time_string_timer = bui.AppTimer(
|
||||||
1.0,
|
1.0,
|
||||||
repeat=True,
|
repeat=True,
|
||||||
call=bui.WeakCall(
|
call=bui.WeakCall(self._update_time_display, chest.unlock_time),
|
||||||
self._update_time_display, chest.unlock_time
|
|
||||||
),
|
|
||||||
)
|
)
|
||||||
|
|
||||||
# Allow watching an ad IF the server tells us we can AND we have
|
# Allow watching an ad IF the server tells us we can AND we have
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user