Edit book: Beep when deleting files

This commit is contained in:
Kovid Goyal 2020-11-25 21:32:27 +05:30
parent 59e471503e
commit 99032d9102
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -429,6 +429,7 @@ class Boss(QObject):
@in_thread_job
def delete_requested(self, spine_items, other_items):
QApplication.beep()
self.add_savepoint(_('Before: Delete files'))
self.commit_dirty_opf()
c = current_container()