mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 18:24:30 -04:00
...
This commit is contained in:
parent
2ea4661c30
commit
27fdd8bfb9
@ -58,7 +58,7 @@ d['global_tools_toolbar'] = [
|
|||||||
]
|
]
|
||||||
d['global_plugins_toolbar'] = []
|
d['global_plugins_toolbar'] = []
|
||||||
d['editor_common_toolbar'] = [('editor-' + x) if x else None for x in ('undo', 'redo', None, 'cut', 'copy', 'paste', 'smart-comment')]
|
d['editor_common_toolbar'] = [('editor-' + x) if x else None for x in ('undo', 'redo', None, 'cut', 'copy', 'paste', 'smart-comment')]
|
||||||
d['editor_css_toolbar'] = ['pretty-current', 'sort-css', 'insert-image']
|
d['editor_css_toolbar'] = ['pretty-current', 'editor-sort-css', 'insert-image']
|
||||||
d['editor_xml_toolbar'] = ['pretty-current', 'insert-tag']
|
d['editor_xml_toolbar'] = ['pretty-current', 'insert-tag']
|
||||||
d['editor_html_toolbar'] = ['fix-html-current', 'pretty-current', 'insert-image', 'insert-hyperlink', 'insert-tag', 'change-paragraph']
|
d['editor_html_toolbar'] = ['fix-html-current', 'pretty-current', 'insert-image', 'insert-hyperlink', 'insert-tag', 'change-paragraph']
|
||||||
d['editor_format_toolbar'] = [('format-text-' + x) if x else x for x in (
|
d['editor_format_toolbar'] = [('format-text-' + x) if x else x for x in (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user