Use smaller symbols for pages_left_book in compact_items (#7828)

Use the (smaller) "‹" or "›" symbols in pages_left_book, to match pages_left, in compact_items
reviewable/pr7876/r1
Jason Benwell 3 years ago committed by GitHub
parent ee92ca68e8
commit 682f7561a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,7 +83,7 @@ local symbol_prefix = {
},
compact_items = {
time = nil,
pages_left_book = BD.mirroredUILayout() and "<" or ">",
pages_left_book = BD.mirroredUILayout() and "" or "",
pages_left = BD.mirroredUILayout() and "" or "",
battery = "",
-- @translators This is the footer compact item prefix for the number of bookmarks (bookmark count).

Loading…
Cancel
Save