From f99d6cf34fcae29b4ea2373a88c00ff17226a925 Mon Sep 17 00:00:00 2001 From: cranci <100066266+cranci1@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:29:00 +0200 Subject: [PATCH] Update MediaInfoView.swift --- 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 6de6dbd..3abc537 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 = .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()