mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix bug that prevent the Disabled option for Tag Browser partiotining from working in the Preferences dialog
This commit is contained in:
parent
dab89f6f79
commit
9fcf243a72
@ -57,7 +57,7 @@ class ConfigWidget(ConfigWidgetBase, Ui_Form):
|
|||||||
(_('Never'), 'never')]
|
(_('Never'), 'never')]
|
||||||
r('toolbar_text', gprefs, choices=choices)
|
r('toolbar_text', gprefs, choices=choices)
|
||||||
|
|
||||||
choices = [(_('Disabled'), 'disabled'), (_('By first letter'), 'first letter'),
|
choices = [(_('Disabled'), 'disable'), (_('By first letter'), 'first letter'),
|
||||||
(_('Partitioned'), 'partition')]
|
(_('Partitioned'), 'partition')]
|
||||||
r('tags_browser_partition_method', gprefs, choices=choices)
|
r('tags_browser_partition_method', gprefs, choices=choices)
|
||||||
r('tags_browser_collapse_at', gprefs)
|
r('tags_browser_collapse_at', gprefs)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user