mod: 修改设置与无障碍描述

This commit is contained in:
orz12
2024-03-15 09:46:11 +08:00
parent 8bc2be348b
commit 614354b6a1
3 changed files with 3 additions and 3 deletions

View File

@@ -448,7 +448,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
right: 15,
bottom: 15,
child: Semantics(
label: '双击开关播放控件,左右滑动调整进度',
label: '双击开关控件',
child: GestureDetector(
onTap: () {
_.controls = !_.showControls.value;