mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-26 22:22:59 +02:00
Removed device driver label customization, no longer needed with EXTRA_CUSTOMIZATION
This commit is contained in:
parent
9af79ba225
commit
44d917fda5
1 changed files with 0 additions and 4 deletions
|
|
@ -586,10 +586,6 @@ def config_widget(cls):
|
|||
# Turn off the Save template
|
||||
cw.opt_save_template.setVisible(False)
|
||||
cw.label.setVisible(False)
|
||||
# Repurpose the metadata checkbox
|
||||
cw.opt_read_metadata.setText(_("Use Series as Category in iTunes/iBooks"))
|
||||
# Repurpose the use_subdirs checkbox
|
||||
cw.opt_use_subdirs.setText(_("Cache covers from iTunes/iBooks"))
|
||||
return cw
|
||||
|
||||
def delete_books(self, paths, end_session=True):
|
||||
|
|
|
|||
Loading…
Reference in a new issue