beets
beets copied to clipboard
Extend confirmation dialog when deleting files
It would be nice to warn a user before deleting the file if:
- The file is used in any sequencer Tracks
- The file is associated with any Instrument configurations
- It might be nice to offer the ability to delete the Instrument at the same time
Even in the event that the File isn't used anywhere, it should probably act like the ConfirmationButton
does for Projects and Instruments in their respective dialogs.
~This could be done in two parts, specifically with the ConfirmationButton
being an easy first pass!~ Done!