mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: 记录弹幕屏蔽设置
This commit is contained in:
@@ -152,6 +152,9 @@ class _PlDanmakuState extends State<PlDanmaku> {
|
|||||||
fontSize: 15 * fontSizeVal,
|
fontSize: 15 * fontSizeVal,
|
||||||
area: showArea,
|
area: showArea,
|
||||||
opacity: opacityVal,
|
opacity: opacityVal,
|
||||||
|
hideTop: blockTypes.contains(5),
|
||||||
|
hideScroll: blockTypes.contains(2),
|
||||||
|
hideBottom: blockTypes.contains(4),
|
||||||
duration: danmakuSpeedVal * widget.playerController.playbackSpeed,
|
duration: danmakuSpeedVal * widget.playerController.playbackSpeed,
|
||||||
),
|
),
|
||||||
statusChanged: (isPlaying) {},
|
statusChanged: (isPlaying) {},
|
||||||
|
|||||||
Reference in New Issue
Block a user