Adds #warning message for AppKit usage.
This commit is contained in:
parent
94a9557ba6
commit
88ee63ba68
|
@ -104,6 +104,7 @@ struct SceneNavigationView: View {
|
|||
#if os(macOS)
|
||||
ToolbarItem(placement: .navigation) {
|
||||
Button {
|
||||
#warning("Use of AppKit in SwiftUI.")
|
||||
NSApp.keyWindow?.firstResponder?.tryToPerform(#selector(NSSplitViewController.toggleSidebar(_:)), with: nil)
|
||||
} label: {
|
||||
Image(systemName: "sidebar.left")
|
||||
|
|
Loading…
Reference in New Issue