mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 14:08:45 -04:00
- Updated the subproject commit to indicate a dirty state. - Commented out the unused import of `PathBuf` in `daemon.rs` for clarity. - Added a test module in `registry.rs` to list registered operations and ensure at least one action or query is registered. - Registered core actions for library creation, deletion, export, renaming, and location management, improving modularity and consistency in action handling. These changes enhance the reliability of the operation registration process and improve code clarity.