opt player

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-09-17 17:03:01 +08:00
parent d9a0db03f8
commit b043dc38c4
6 changed files with 33 additions and 128 deletions

View File

@@ -1622,9 +1622,9 @@ class HeaderControlState extends TripleState<HeaderControl> {
data: sliderTheme,
child: Slider(
min: 0,
max: 3,
max: 5,
value: strokeWidth,
divisions: 6,
divisions: 10,
label: '$strokeWidth',
onChanged: updateStrokeWidth,
onChangeEnd: (_) => plPlayerController