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 the standalone app is told to render, and there is a pre-existing file with the same name, the app overwrites without asking the user.
I think this should be changed, as most other software asks the user if they want to overwrite a pre-existing file, this prevents accidental destruction of data.
The text was updated successfully, but these errors were encountered:
I do most of my testing on Linux, where the file dialog does this already. Does it not do this on Windows?
If not, I'll need to figure out which platforms do and do not ask for confirmation. It would be very annoying to be asked "are you sure"? twice in a row.
I do most of my testing on Linux, where the file dialog does this already. Does it not do this on Windows?
If not, I'll need to figure out which platforms do and do not ask for confirmation. It would be very annoying to be asked "are you sure"? twice in a row.
Sorry for such a late reply, No, On windows, it just overwrites without asking.
Currently, when the standalone app is told to render, and there is a pre-existing file with the same name, the app overwrites without asking the user.
I think this should be changed, as most other software asks the user if they want to overwrite a pre-existing file, this prevents accidental destruction of data.
The text was updated successfully, but these errors were encountered: