mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Use a more visually striking icon for paged mode
This commit is contained in:
parent
26c3985473
commit
544f991eed
@ -212,7 +212,7 @@ def render_head_foot(div, which, region, metadata, current_toc_node, current_toc
|
||||
elif field is 'view-mode':
|
||||
text = _('Paged') if view_mode is 'paged' else _('Flow')
|
||||
elif field is 'view-mode-icon':
|
||||
text = '🗏' if view_mode is 'paged' else '📜'
|
||||
text = '📄' if view_mode is 'paged' else '📜'
|
||||
elif field.startswith('time-'):
|
||||
if book_time is None or chapter_time is None:
|
||||
text = _('Calculating...')
|
||||
|
Loading…
x
Reference in New Issue
Block a user