REmove setup menu item

This commit is contained in:
Max Goedjen 2025-09-02 20:10:21 -07:00
parent ea71993801
commit 104fb8116a
No known key found for this signature in database
2 changed files with 1 additions and 5 deletions

View File

@ -4270,6 +4270,7 @@
} }
}, },
"Setup" : { "Setup" : {
"extractionState" : "stale",
"localizations" : { "localizations" : {
"en" : { "en" : {
"stringUnit" : { "stringUnit" : {

View File

@ -80,11 +80,6 @@ struct Secretive: App {
NSWorkspace.shared.open(Constants.helpURL) NSWorkspace.shared.open(Constants.helpURL)
} }
} }
CommandGroup(after: .help) {
Button("Setup") {
showingSetup = true
}
}
SidebarCommands() SidebarCommands()
} }
} }