We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3703bea commit 9ffedd7Copy full SHA for 9ffedd7
CodeEdit/Features/WindowCommands/MainCommands.swift
@@ -15,7 +15,7 @@ struct MainCommands: Commands {
15
var body: some Commands {
16
CommandGroup(replacing: .appInfo) {
17
Button("About CodeEdit") {
18
- openWindow(id: "About")
+ openWindow(id: SceneID.about.rawValue)
19
}
20
21
Button("Check for updates...") {
0 commit comments