mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
ReaderHighlight, ReaderBookmark: Highlight button labels, Bookmark details button order (#13735)
* Add Xs to highlight erase buttons * Change order of buttons
This commit is contained in:
@@ -1373,7 +1373,7 @@ end
|
||||
function ReaderHighlight:showHighlightDialog(index)
|
||||
local item = self.ui.annotation.annotations[index]
|
||||
local change_boundaries_enabled = not item.text_edited
|
||||
local start_prev, start_next, end_prev, end_next = "◁▒▒", "▷▒▒", "▒▒◁", "▒▒▷"
|
||||
local start_prev, start_next, end_prev, end_next = "◁▒▒", "▷☓▒", "▒☓◁", "▒▒▷"
|
||||
if BD.mirroredUILayout() then
|
||||
-- BiDi will mirror the arrows, and this just works
|
||||
start_prev, start_next = start_next, start_prev
|
||||
|
||||
Reference in New Issue
Block a user