Revert "Update MediaInfoView.swift"

This reverts commit f99d6cf34f.
This commit is contained in:
Francesco 2025-06-03 18:04:22 +02:00
parent f99d6cf34f
commit daff0020cb

View file

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