mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-21 08:14:00 +08:00
Cache prime/points widget (#20497)
* cache prime status on homescreen * use stacked widget * add caching and clear on 404 old-commit-hash: d43d62561063c4d3f8b10b08d7bde9ed8bd0f395
This commit is contained in:
@@ -16,6 +16,8 @@ cdef enum TxType:
|
||||
keys = {
|
||||
b"AccessToken": [TxType.CLEAR_ON_MANAGER_START],
|
||||
b"ApiCache_DriveStats": [TxType.PERSISTENT],
|
||||
b"ApiCache_Device": [TxType.PERSISTENT],
|
||||
b"ApiCache_Owner": [TxType.PERSISTENT],
|
||||
b"AthenadPid": [TxType.PERSISTENT],
|
||||
b"CalibrationParams": [TxType.PERSISTENT],
|
||||
b"CarBatteryCapacity": [TxType.PERSISTENT],
|
||||
|
||||
Reference in New Issue
Block a user