Skip to content

Commit d348bad

Browse files
committed
Revert accidentally committed CounterApp changes (from local testing)
1 parent 7dd337a commit d348bad

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

Examples/Sources/CounterExample/CounterApp.swift

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -30,30 +30,5 @@ struct CounterApp: App {
3030
}
3131
}
3232
.defaultSize(width: 400, height: 200)
33-
.commands {
34-
CommandMenu("Help") {
35-
Text("Need help?")
36-
Button("User guide") {
37-
print("User guide")
38-
}
39-
Menu("Export as...") {
40-
Button("PNG") {
41-
print("Export as PNG")
42-
}
43-
Button("JPEG") {
44-
print("Export as JPEG")
45-
}
46-
}
47-
}
48-
49-
CommandMenu("Window") {
50-
Button("Maximize") {
51-
print("Maximize")
52-
}
53-
Button("Minimize") {
54-
print("Minimize")
55-
}
56-
}
57-
}
5833
}
5934
}

0 commit comments

Comments
 (0)