feat: record search history option

Closes #592

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-04 12:00:03 +08:00
parent 849329b66b
commit 8c259205f5
5 changed files with 72 additions and 8 deletions

View File

@@ -1763,11 +1763,13 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
.plPlayerController.isOpenDanmu.value
? 'assets/images/video/danmu_open.svg'
: 'assets/images/video/danmu_close.svg',
// ignore: deprecated_member_use
color: videoDetailController
.plPlayerController.isOpenDanmu.value
? themeData.colorScheme.secondary
: themeData.colorScheme.outline,
colorFilter: ColorFilter.mode(
videoDetailController
.plPlayerController.isOpenDanmu.value
? themeData.colorScheme.secondary
: themeData.colorScheme.outline,
BlendMode.srcIn,
),
),
),
),