You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Settings search couldn't find the sound options — the search box filters sections against a hand-written keyword list, and the notification-sound rows (enable, volume, the three tone pickers added in 1.172.0) were never added to it, so searching "sound", "volume" or "tone" returned nothing. The General section now carries those keywords in English and Spanish, along with the dock/activity rows that had the same gap.
Technical Details
New settingsSearch.test.ts reads the rendered labels straight out of ConfigSection.tsx and fails when a row has no keyword to match on, so the next setting added can't silently become unreachable by search