mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
Update MediaInfoView.swift
This commit is contained in:
parent
96304b21c5
commit
f99d6cf34f
1 changed files with 2 additions and 2 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue