Mark palette prefix constant nonisolated

This commit is contained in:
Lawrence Chen 2026-03-13 17:23:36 -07:00
parent b2986ea6c8
commit d0245d5069
No known key found for this signature in database

View file

@ -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