mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-18 23:22:08 +00:00
parent
daff0020cb
commit
3f6bf3aca4
1 changed files with 2 additions and 2 deletions
|
|
@ -1966,7 +1966,7 @@ struct MediaInfoView: View {
|
|||
|
||||
let detachedWindow = UIWindow(windowScene: windowScene)
|
||||
let hostingController = UIViewController()
|
||||
hostingController.view.backgroundColor = .black
|
||||
hostingController.view.backgroundColor = .clear
|
||||
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 = .black
|
||||
hostingController.view.backgroundColor = .clear
|
||||
detachedWindow.rootViewController = hostingController
|
||||
detachedWindow.backgroundColor = .clear
|
||||
detachedWindow.windowLevel = .normal + 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue