mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-18 21:36:56 -04:00
- transport.ts: clean up event listener if subscribe_to_events throws - is_hidden_path: use FILE_ATTRIBUTE_HIDDEN only on Windows, dot-prefix only on Unix (no cross-over that would mark .gitignore as hidden) - reg_read_hklm: two-pass query to handle arbitrarily long REG_SZ values - classify_volume: pass total_space instead of hardcoded 0 - ntfs volume_guid: unwrap_or(guid_buf.len()) instead of unwrap_or(0) - wait_for_indexing: poll every 25ms instead of 5ms - main.rs: accept both JsonOk and result keys for daemon compat - VolumesGroup.tsx: remove unnecessary <any> type parameter Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>