-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
GUI overwrite downloaded dumps if more slots share the same UID #118
Comments
Hm, never thought of having the same dump on multiple slots. I agree it has a definite value to work like that. The file saving should atleast a _(n) suffix to the filename where n is last existing number plus one. The idea with slot number also works but gets a bit confusing after awhile. I rather not see GUI usage reflect on filenames. Ie, use on slot 1 or slot N, |
@BreakSecurity You can test the fix. I will close this one. |
This comment has been minimized.
This comment has been minimized.
this issue is about downloading dumps. |
Sorry I commented the wrong issue. Regarding this one it works pretty good, but to be perfect it should ask the user the desidered output folder and the format (at the moment they are saved in batch to the program folder in .bin format) |
Sounds fair and intersting features. Feel free to contribute! |
Describe the bug
GUI overwrite downloaded dumps if more slots share the same UID. E.g. if I upload the UID xxx to slot 1, yyy to slot 2, and xxx to slot 3 when I download all the dumps I will obtain only two files instead of three files (xxx is overwritten, even if different manipulation were done by the reader to the two slots)
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A suffix should be added to the UID. E.g. xxx_slot_n (where UID = xxx and n is the slot number)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: