fix blackMids

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-07-26 23:51:08 +08:00
parent f281e6e36a
commit 819a28c48c

View File

@@ -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);