Skip to content

Commit 9ffedd7

Browse files
authored
Fixed bug where about window wouldn’t open (#1177)
Signed-off-by: Wouter01 <wouterhennen@gmail.com>
1 parent 3703bea commit 9ffedd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodeEdit/Features/WindowCommands/MainCommands.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ struct MainCommands: Commands {
1515
var body: some Commands {
1616
CommandGroup(replacing: .appInfo) {
1717
Button("About CodeEdit") {
18-
openWindow(id: "About")
18+
openWindow(id: SceneID.about.rawValue)
1919
}
2020

2121
Button("Check for updates...") {

0 commit comments

Comments
 (0)