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()