mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-01-09 21:50:19 -05:00
string changes
This commit is contained in:
parent
96916c9c18
commit
c8befd2f03
@ -612,7 +612,7 @@ hide_ai_features = False
|
||||
#: Control GPU usage in Qt WebEngine
|
||||
# Qt WebEngine is the library that is used to render content in the calibre
|
||||
# viewer and editor. It can optionally use the GPU for enhanced performance,
|
||||
# however, this can causes crashes/black screens on some older systems, so it
|
||||
# however, this can cause crashes/black screens on some older systems, so it
|
||||
# is disabled by default. In normal usage, the performance difference is not
|
||||
# noticeable anyway.
|
||||
qt_webengine_uses_gpu = False
|
||||
|
||||
@ -131,7 +131,7 @@
|
||||
<item>
|
||||
<widget class="QLineEdit" name="opt_bookshelf_author_template">
|
||||
<property name="toolTip">
|
||||
<string><p>The template used to generate an optional second line of text on the spine. This template uses the same syntax as save templates. Defaults to no second line. For very narrow books, this will be skipped when there isnt space for a second line. For example, use the value {author_sort} to show the book authors. Note that this setting is per-library, which means that you have to set it again for every different calibre library you use.</p></string>
|
||||
<string><p>The template used to generate an optional second line of text on the spine. This template uses the same syntax as save templates. Defaults to no second line. For very narrow books, this will be skipped when there is insufficient space for a second line. For example, use the value {author_sort} to show the book authors. Note that this setting is per-library, which means that you have to set it again for every different calibre library you use.</p></string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user