From 104fb8116a284343943d29d3bde7c7362bb7ecb6 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Tue, 2 Sep 2025 20:10:21 -0700 Subject: [PATCH] REmove setup menu item --- Sources/Packages/Localizable.xcstrings | 1 + Sources/Secretive/App.swift | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) 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() } }