From 9b85a01958f199c0902e78deb382d617edf72c35 Mon Sep 17 00:00:00 2001 From: PangMo5 Date: Sun, 1 May 2022 06:37:03 +0900 Subject: [PATCH] fix gestures lock icon --- Swiftfin/Views/VideoPlayer/VLCPlayerViewController.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Swiftfin/Views/VideoPlayer/VLCPlayerViewController.swift b/Swiftfin/Views/VideoPlayer/VLCPlayerViewController.swift index 857bde5c..7a8e14e2 100644 --- a/Swiftfin/Views/VideoPlayer/VLCPlayerViewController.swift +++ b/Swiftfin/Views/VideoPlayer/VLCPlayerViewController.swift @@ -278,7 +278,7 @@ class VLCPlayerViewController: UIViewController { self?.didGenerallyTap() })) button.translatesAutoresizingMaskIntoConstraints = false - button.setImage(UIImage(systemName: "lock.open", withConfiguration: UIImage.SymbolConfiguration(pointSize: 48))? + button.setImage(UIImage(systemName: "lock.circle.fill", withConfiguration: UIImage.SymbolConfiguration(pointSize: 48))? .withTintColor(.white), for: .normal) backgroundView.addSubview(button)