mirror of
https://github.com/jellyfin/Swiftfin.git
synced 2024-11-27 16:20:25 +00:00
fix gestures lock icon
This commit is contained in:
parent
0f92343970
commit
9b85a01958
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user