Files
spacedrive/packages
slvnlrt 90659c13dc fix(ui): only lower-case Windows paths in scope matching
The unconditional .toLowerCase() broke case-sensitive matching on
Linux/macOS (ext4, APFS, etc.) where README and readme are distinct
files. Now only applies case normalization when the scope path looks
like a Windows path (drive letter or //?/ prefix).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 22:28:09 +01:00
..