Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Commit

Permalink
example fix
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter01 <[email protected]>
  • Loading branch information
Wouter01 committed Jun 11, 2023
1 parent 54148e8 commit 00f16c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/WindowManagementProject/ContentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct ContentView: View {
@Environment(\.window) var window
var body: some View {
VStack {
Text("Window title:", window.title)
Text("Window title: \(window.title)")
Button("Open Document (only .h file supported)") {
NSDocumentController.shared.openDocument(nil)
}
Expand Down

0 comments on commit 00f16c0

Please sign in to comment.