mirror of
https://github.com/janeczku/calibre-web.git
synced 2025-12-28 07:54:46 +00:00
Merge remote-tracking branch 'replace_archive_icon/chore_replace_archive_icon'
This commit is contained in:
commit
83b5d0f22b
@ -92,7 +92,7 @@ def get_sidebar_config(kwargs=None):
|
||||
"visibility": constants.SIDEBAR_FORMAT, 'public': True,
|
||||
"page": "format", "show_text": _('Show File Formats Section'), "config_show": True})
|
||||
sidebar.append(
|
||||
{"glyph": "glyphicon-trash", "text": _('Archived Books'), "link": 'web.books_list', "id": "archived",
|
||||
{"glyph": "glyphicon-folder-open", "text": _('Archived Books'), "link": 'web.books_list', "id": "archived",
|
||||
"visibility": constants.SIDEBAR_ARCHIVED, 'public': (not current_user.is_anonymous), "page": "archived",
|
||||
"show_text": _('Show Archived Books'), "config_show": content})
|
||||
if not simple:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user