-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Save file dialog: Cannot set default file name #13014
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Which platform have you tested on? Normally, |
If SDL_PROP_FILE_DIALOG_LOCATION_STRING is set to just file.ext should it just set the name and keep the default location |
Which platform have you tested on? This is the expected behavior on all platforms. I just double-checked with Windows and it's the observed behavior; only the Linux implementation (XDG Portals) have a known bug that will be fixed with #13007. If there's another platform that doesn't work as you wrote, please send the details so I can work on a fix. |
I think it might not be implemented properly on macOS |
Currently, there is not a way to set the default file name of a save file dialog. Would it be possible to add a property for the default file name?
The text was updated successfully, but these errors were encountered: