mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
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:
@@ -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).
|
||||
|
||||
Reference in New Issue
Block a user