We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c71dec8 commit a99dff6Copy full SHA for a99dff6
Sources/FramelessWindow/FramelessWindow.swift
@@ -8,7 +8,7 @@ import SwiftUI
8
*/
9
public struct FramelessWindow<Content: View>: Scene {
10
/// Store the window in local state to share within the environment.
11
- @State private var window: NSWindow?
+ @State private var window: NSWindow?
12
@Environment(\.scenePhase) private var scenePhase
13
14
let titleKey: LocalizedStringKey
0 commit comments