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
This commit is contained in:
Jason Benwell
2021-06-21 12:48:33 -04:00
committed by GitHub
parent ee92ca68e8
commit 682f7561a0

View File

@@ -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).