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 cf01a76 commit 279fdb5Copy full SHA for 279fdb5
CodeEdit/Features/WindowCommands/FileCommands.swift
@@ -30,9 +30,9 @@ struct FileCommands: Commands {
30
}
31
.keyboardShortcut("o")
32
33
- Menu("Open Recent") {
34
-// RecentProjectsMenu()
35
- }
+ // Leave this empty, is done through a hidden API in WindowCommands/Utils/CommandsFixes.swift
+ // We set this with a custom NSMenu. See WindowCommands/Utils/RecentProjectsMenu.swift
+ Menu("Open Recent") { }
36
37
Button("Open Quickly") {
38
NSApp.sendAction(#selector(CodeEditWindowController.openQuickly(_:)), to: nil, from: nil)
0 commit comments