mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
...
This commit is contained in:
commit
0cfab985b8
@ -368,7 +368,8 @@ class FieldMetadata(dict):
|
|||||||
'date_format': tweaks['gui_timestamp_display_format']}
|
'date_format': tweaks['gui_timestamp_display_format']}
|
||||||
self._tb_cats['pubdate']['display'] = {
|
self._tb_cats['pubdate']['display'] = {
|
||||||
'date_format': tweaks['gui_pubdate_display_format']}
|
'date_format': tweaks['gui_pubdate_display_format']}
|
||||||
self._tb_cats['last_modified']['display'] = {'date_format': 'iso'}
|
self._tb_cats['last_modified']['display'] = {
|
||||||
|
'date_format': tweaks['gui_last_modified_display_format']}
|
||||||
self.custom_field_prefix = '#'
|
self.custom_field_prefix = '#'
|
||||||
self.get = self._tb_cats.get
|
self.get = self._tb_cats.get
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user