opt settings

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-05 18:11:02 +08:00
parent cfa925549e
commit 1ad710c1cf
8 changed files with 242 additions and 226 deletions

View File

@@ -455,7 +455,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
value: type,
onTap: () => plPlayerController.setShader(type),
child: Text(
type.title,
type.label,
style: const TextStyle(
color: Colors.white,
fontSize: 13,
@@ -468,7 +468,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
child: Padding(
padding: const EdgeInsets.symmetric(horizontal: 8),
child: Text(
type.title,
type.label,
style: const TextStyle(color: Colors.white, fontSize: 13),
),
),