mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
One click remove of calibre_bookmarks.txt
This commit is contained in:
parent
33086f2061
commit
e0cd21ee50
@ -60,6 +60,11 @@ class Unmanifested(BadLink):
|
||||
' the calibre ebook viewer. You can remove it if you do not'
|
||||
' need that information, or dont want to share it with'
|
||||
' other people you send this book to.')
|
||||
self.INDIVIDUAL_FIX = _('Remove this file')
|
||||
|
||||
def __call__(self, container):
|
||||
container.remove_item(self.name)
|
||||
return True
|
||||
|
||||
|
||||
def check_links(container):
|
||||
|
Loading…
x
Reference in New Issue
Block a user