From daff0020cb3efc530e56424498cbff0069bd2fe1 Mon Sep 17 00:00:00 2001 From: Francesco <100066266+cranci1@users.noreply.github.com> Date: Tue, 3 Jun 2025 18:04:22 +0200 Subject: [PATCH] Revert "Update MediaInfoView.swift" This reverts commit f99d6cf34fcae29b4ea2373a88c00ff17226a925. --- Sora/Views/MediaInfoView/MediaInfoView.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sora/Views/MediaInfoView/MediaInfoView.swift b/Sora/Views/MediaInfoView/MediaInfoView.swift index 3abc537..6de6dbd 100644 --- a/Sora/Views/MediaInfoView/MediaInfoView.swift +++ b/Sora/Views/MediaInfoView/MediaInfoView.swift @@ -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()