Skip to content

Commit

Permalink
Standardize openWindow spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
saagarjha committed May 29, 2024
1 parent 32f2040 commit f67826b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion visionOS/WindowToolbarView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ struct WindowToolbarView: View {
let title: String
let icon: Data?

@Environment(\.openWindow) private var openWindow
@Environment(\.openWindow)
var openWindow

var body: some View {
HStack {
Expand Down

0 comments on commit f67826b

Please sign in to comment.