mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 19:14:42 +08:00
mod: 本地缓存历史记录状态
This commit is contained in:
@@ -59,3 +59,8 @@ class UserBoxKey {
|
||||
class SettingBoxKey {
|
||||
static const String themeMode = 'themeMode';
|
||||
}
|
||||
|
||||
class LocalCacheKey {
|
||||
// 历史记录暂停状态 默认false
|
||||
static const String historyStatus = 'historyStatus';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user