Update MediaInfoView.swift
Some checks are pending
Build and Release / Build IPA (push) Waiting to run
Build and Release / Build Mac Catalyst (push) Waiting to run

This commit is contained in:
cranci 2025-06-03 16:29:00 +02:00 committed by GitHub
parent 96304b21c5
commit f99d6cf34f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1968,7 +1968,7 @@ struct MediaInfoView: View {
let hostingController = UIViewController()
hostingController.view.backgroundColor = .black
detachedWindow.rootViewController = hostingController
detachedWindow.backgroundColor = .clear
detachedWindow.backgroundColor = .black
detachedWindow.windowLevel = .normal + 1
detachedWindow.makeKeyAndVisible()
@ -1983,7 +1983,7 @@ struct MediaInfoView: View {
let hostingController = UIViewController()
hostingController.view.backgroundColor = .black
detachedWindow.rootViewController = hostingController
detachedWindow.backgroundColor = .clear
detachedWindow.backgroundColor = .black
detachedWindow.windowLevel = .normal + 1
detachedWindow.makeKeyAndVisible()