diff --git a/Sources/Packages/Localizable.xcstrings b/Sources/Packages/Localizable.xcstrings index f959af0..ac18f3d 100644 --- a/Sources/Packages/Localizable.xcstrings +++ b/Sources/Packages/Localizable.xcstrings @@ -4270,6 +4270,7 @@ } }, "Setup" : { + "extractionState" : "stale", "localizations" : { "en" : { "stringUnit" : { diff --git a/Sources/Secretive/App.swift b/Sources/Secretive/App.swift index b2db3af..93ecf03 100644 --- a/Sources/Secretive/App.swift +++ b/Sources/Secretive/App.swift @@ -80,11 +80,6 @@ struct Secretive: App { NSWorkspace.shared.open(Constants.helpURL) } } - CommandGroup(after: .help) { - Button("Setup") { - showingSetup = true - } - } SidebarCommands() } }