From 99032d9102adb5c8adf15535f7df1de8f218b924 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 25 Nov 2020 21:32:27 +0530 Subject: [PATCH] Edit book: Beep when deleting files --- src/calibre/gui2/tweak_book/boss.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/calibre/gui2/tweak_book/boss.py b/src/calibre/gui2/tweak_book/boss.py index 455e5ec6a9..87b05ab1e9 100644 --- a/src/calibre/gui2/tweak_book/boss.py +++ b/src/calibre/gui2/tweak_book/boss.py @@ -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()