mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
@@ -106,7 +106,7 @@ class Pref {
|
||||
final list = _setting.get(SettingBoxKey.blockSettings) as List?;
|
||||
if (list == null) {
|
||||
return SegmentType.values
|
||||
.map((i) => Pair(first: i, second: SkipType.values[i.index]))
|
||||
.map((i) => Pair(first: i, second: SkipType.skipOnce))
|
||||
.toList();
|
||||
}
|
||||
return SegmentType.values
|
||||
|
||||
Reference in New Issue
Block a user