-
-
Notifications
You must be signed in to change notification settings - Fork 748
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
feat: Show added patches next to deleted patches #2212
Comments
Show all the new patches or only the new patches that the user has selected? |
The dialog should show the patches that were removed, but also show all the new patches added (regardless if the user included the new patches or not). So the warning dialog would not be a warning but instead a "hey some patches were removed, but also some patches were also added". It will solve the issue of patches being renamed and users losing their mind thinking the patch is no more. |
Just to clarify, the dialog shows for the situations of:
The dialog should not show if new patches are available and no existing patches were removed. |
@oSumAtrIX implemented in #2257 |
Feature description
Show patches that were added in the dialog where it shows that patches have been deleted.
Motivation
The issue is that it does not show that patches were added at the same time. The issue is that Manager can not distinguish between deleted and renamed patches, so a rename is a delete & add at the same time, whereas the old name was deleted and the new name was added.
Acknowledgements
The text was updated successfully, but these errors were encountered: