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