mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +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 =>
|
static Set<int> get blackMids =>
|
||||||
_localCache.get(LocalCacheKey.blackMids, defaultValue: const <int>{});
|
_localCache.get(LocalCacheKey.blackMids, defaultValue: <int>{});
|
||||||
|
|
||||||
static set blackMids(Set<int> blackMidsSet) {
|
static set blackMids(Set<int> blackMidsSet) {
|
||||||
_localCache.put(LocalCacheKey.blackMids, blackMidsSet);
|
_localCache.put(LocalCacheKey.blackMids, blackMidsSet);
|
||||||
|
|||||||
Reference in New Issue
Block a user