mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-16 23:26:14 +08:00
fix blackMids
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -41,7 +41,7 @@ class Pref {
|
||||
);
|
||||
|
||||
static Set<int> get blackMids =>
|
||||
_localCache.get(LocalCacheKey.blackMids, defaultValue: const <int>{});
|
||||
_localCache.get(LocalCacheKey.blackMids, defaultValue: <int>{});
|
||||
|
||||
static set blackMids(Set<int> blackMidsSet) {
|
||||
_localCache.put(LocalCacheKey.blackMids, blackMidsSet);
|
||||
|
||||
Reference in New Issue
Block a user