mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Edit book: Beep when deleting files
This commit is contained in:
parent
59e471503e
commit
99032d9102
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user