mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: video minScale
Closes #388 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -699,7 +699,7 @@ class _PLVideoPlayerState extends State<PLVideoPlayer>
|
||||
transformationController: transformationController,
|
||||
panEnabled: false, // 启用平移 //单指平移会与横竖手势冲突
|
||||
scaleEnabled: !plPlayerController.controlsLock.value, // 启用缩放
|
||||
minScale: 1.0,
|
||||
minScale: 0.75,
|
||||
maxScale: 2.0,
|
||||
panAxis: PanAxis.aligned,
|
||||
onInteractionStart: (ScaleStartDetails details) {
|
||||
|
||||
Reference in New Issue
Block a user