mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-20 15:43:58 -05:00
* Windows `Open With` WIP - Listing applications capable of hanling a file type is working - Openning a file with a selected application is failing with unspecified error HRESULT(0x80004005) for some reason * Fix file not opening due to COM not being initialized - Fix `no apps available` style * Remove unwrap * Fix `Open With` due to changes in main * Fix macOS `Open With` * Fix Windows `Open With` due to changes in main - Sort linux `Open With` entries, to ensure consistent app order * Fix macOS again * Update core.ts * Fix windows CI being rate limited * Clippy * Fix CoUninitialize not being called * minor formatting * Implement feedback - Improve performance of listing apps that can handle a certain file type in Linux * Fix broken feedback change - Small perf improvement to windows crate * Some improvements to windows crate