say 'OS appearance' instead of 'macOS appearance'

This commit is contained in:
emozilla 2026-05-30 20:07:18 -04:00
parent 4ed01f2fa4
commit baf6e07599

View file

@ -308,7 +308,7 @@ export interface ModeOption {
export const MODE_OPTIONS: ModeOption[] = [
{ id: 'light', label: 'Light', description: 'Bright desktop surfaces', icon: Sun },
{ id: 'dark', label: 'Dark', description: 'Low-glare workspace', icon: Moon },
{ id: 'system', label: 'System', description: 'Follow macOS appearance', icon: Monitor }
{ id: 'system', label: 'System', description: 'Follow OS appearance', icon: Monitor }
]
export const SEARCH_PLACEHOLDER: Record<'about' | 'config' | 'gateway' | 'keys' | 'mcp' | 'tools', string> = {