Sia-UI
Sia-UI copied to clipboard
There is no warning when downloading a file to a folder containing a same-named file.
Sia UI version: v1.2.2 Sia version: 1.2.2
OS version: Windows 10 Version 10.0.14393 Build 14393
Steps to reproduce:
- Upload file to the network.
- Make a change to your locally stored file, (which will be noticeable should you overwrite it.)
- Download the file from the network to the folder with your changed version.
- Notice there is no warning dialog about overwriting an existing file. (Also notice none of the individual files are displayed in the file explorer for a given folder, but that's probably a different issue.)
- Open the changed, locally stored file.
- Observe the contents.
Actual Result: The file was overwritten with no warning.
Expected Result: I expected a warning dialog to warn me that my locally stored file may be overwritten.
Thank you for the detailed report. @johnathanhowell, I think this may be because we use the same filepicker for both single-file downloads and folder downloads. In the former case, we should be using the single-file filepicker dialog.