Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DeskTop: More consistently refresh windows after failed operations
If an operation like copy, move, delete, duplicate, etc. fails, the affected window(s) should only refresh if there was a filesystem change. This was not done consistently. Make it so! Some specific fixes: * When copying/moving/deleting files, the window(s) would always be refreshed, even if the operation was canceled during the enumeration phase or (for delete) during the confirmation prompt. Now no refresh is done in these cases. * If a shortcut is "Copy to RAMCard: on first use", the RAMCard's window was visible, and the copy fails, the window was never refreshed. Now it is, conditionally. Some deduping was done to keep the delta here down to +22 bytes.
- Loading branch information