From d62a3f79c1083252c5c90653dc8e6ffc284afbc4 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 23 Jun 2026 08:44:34 +0800 Subject: [PATCH] feat: hide AVPlayerView default controls, use custom toolbar only --- Sources/Resources/miniplayer.ui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Sources/Resources/miniplayer.ui b/Sources/Resources/miniplayer.ui index d49b276..eeb1ef6 100644 --- a/Sources/Resources/miniplayer.ui +++ b/Sources/Resources/miniplayer.ui @@ -3,6 +3,7 @@ "id": "videoPlayer", "options": { "width": "100%", - "height": "100%" + "height": "100%", + "controls": false } }