From d0245d5069b4a2aa7e65c7d94fd12fc890ca470a Mon Sep 17 00:00:00 2001 From: Lawrence Chen Date: Fri, 13 Mar 2026 17:23:36 -0700 Subject: [PATCH] Mark palette prefix constant nonisolated --- Sources/ContentView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/ContentView.swift b/Sources/ContentView.swift index 1ada08b7..6ced562e 100644 --- a/Sources/ContentView.swift +++ b/Sources/ContentView.swift @@ -1643,7 +1643,7 @@ struct ContentView: View { hotSpot: NSCursor.resizeLeftRight.hotSpot ) private static let commandPaletteUsageDefaultsKey = "commandPalette.commandUsage.v1" - private static let commandPaletteCommandsPrefix = ">" + nonisolated private static let commandPaletteCommandsPrefix = ">" private static let commandPaletteVisiblePreviewResultLimit = 48 private static let commandPaletteVisiblePreviewCandidateLimit = 192 private static let minimumSidebarWidth: CGFloat = 186