ruffle-rs / ruffle

A Flash Player emulator written in Rust
https://ruffle.rs
Other
15.75k stars 818 forks source link

Add file icons and file associations for supported formats. #17103

Open CyberSkull opened 4 months ago

CyberSkull commented 4 months ago

The desktop build does not have support for opening flash by double clicking them. It needs both the file associations added to it and icons for the supported formats.

n0samu commented 4 months ago

@CyberSkull what is your operating system?

CyberSkull commented 4 months ago

macOS. Do the other desktop builds have file associations?

n0samu commented 4 months ago

We have an open PR for this (#10880) but it can't be completed until a necessary feature is added to winit (a library we depend on for these OS-specific functionalities)