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
Currently when you export a GIF, it gets saved to the user's desktop folder. For someone recording many GIFs over time, this can become quite annoying and will clutter their desktop.
Proposal:
When user clicks the Export button after recording, let's open a dialog box allowing them to choose their preferred location instead of defaulting to the desktop all the time.
We can use the OS's default dialog box using Tauri's dialog plugin either from the JS side or the Rust side (though I would prefer Rust) to achieve this.
Export button:
I'm imagining a dialog box like this on macOS
and this one on Windows
The text was updated successfully, but these errors were encountered:
Currently when you export a GIF, it gets saved to the user's desktop folder. For someone recording many GIFs over time, this can become quite annoying and will clutter their desktop.
Proposal:
Export button:
I'm imagining a dialog box like this on macOS
and this one on Windows
The text was updated successfully, but these errors were encountered: