Skip to content

Commit 279fdb5

Browse files
committed
Update Comment
1 parent cf01a76 commit 279fdb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CodeEdit/Features/WindowCommands/FileCommands.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ struct FileCommands: Commands {
3030
}
3131
.keyboardShortcut("o")
3232

33-
Menu("Open Recent") {
34-
// RecentProjectsMenu()
35-
}
33+
// Leave this empty, is done through a hidden API in WindowCommands/Utils/CommandsFixes.swift
34+
// We set this with a custom NSMenu. See WindowCommands/Utils/RecentProjectsMenu.swift
35+
Menu("Open Recent") { }
3636

3737
Button("Open Quickly") {
3838
NSApp.sendAction(#selector(CodeEditWindowController.openQuickly(_:)), to: nil, from: nil)

0 commit comments

Comments
 (0)