You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Desktop supports recording game replays to the users data directory based on OS without user interaction. In web, downloading files requires the user to interact.
This could be done by showing a message with a 'Download' button when the recording is stopped, allowing the user to download it or discard it.
Some reference JS code for how this might work (will need to be converted to Rust):
Desktop supports recording game replays to the users data directory based on OS without user interaction. In web, downloading files requires the user to interact.
This could be done by showing a message with a 'Download' button when the recording is stopped, allowing the user to download it or discard it.
Some reference JS code for how this might work (will need to be converted to Rust):
The text was updated successfully, but these errors were encountered: