Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-19 21:02:20 +08:00
parent a2da381f1a
commit 05b512e8cc
5 changed files with 39 additions and 25 deletions

View File

@@ -760,6 +760,7 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
null
? PopupMenuButton<String>(
icon: Icon(
size: 22,
Icons.more_vert,
color: themeData
.colorScheme.onSurface,
@@ -1311,6 +1312,7 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
actions: [
PopupMenuButton<String>(
icon: const Icon(
size: 22,
Icons.more_vert,
color: Colors.white,
shadows: [
@@ -1591,6 +1593,7 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
.plPlayerController.isOpenDanmu.value);
},
icon: Icon(
size: 22,
videoDetailController
.plPlayerController.isOpenDanmu.value
? CustomIcon.dm_on