From 96304b21c512eedb7197fb5bf4feff0afd1c39e3 Mon Sep 17 00:00:00 2001 From: cranci <100066266+cranci1@users.noreply.github.com> Date: Tue, 3 Jun 2025 16:16:02 +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 e6991f9..6de6dbd 100644 --- a/Sora/Views/MediaInfoView/MediaInfoView.swift +++ b/Sora/Views/MediaInfoView/MediaInfoView.swift @@ -1966,7 +1966,7 @@ struct MediaInfoView: View { let detachedWindow = UIWindow(windowScene: windowScene) let hostingController = UIViewController() - hostingController.view.backgroundColor = .clear + hostingController.view.backgroundColor = .black detachedWindow.rootViewController = hostingController detachedWindow.backgroundColor = .clear detachedWindow.windowLevel = .normal + 1 @@ -1981,7 +1981,7 @@ struct MediaInfoView: View { let detachedWindow = UIWindow(windowScene: windowScene) let hostingController = UIViewController() - hostingController.view.backgroundColor = .clear + hostingController.view.backgroundColor = .black detachedWindow.rootViewController = hostingController detachedWindow.backgroundColor = .clear detachedWindow.windowLevel = .normal + 1