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

@@ -136,7 +136,7 @@ class _ImagePreviewState extends State<ImagePreview>
body: Stack(
children: [
Semantics(
label: '双指缩放、长按保存、左右滑动切换图片',
label: '长按保存',
child: GestureDetector(
onLongPress: () => onOpenMenu(),
child: ExtendedImageGesturePageView.builder(