ReaderHighlight, ReaderBookmark: Highlight button labels, Bookmark details button order (#13735)
Some checks failed
macos / macOS 13 x86-64 🔨15.2 🎯10.15 (push) Has been cancelled
macos / macOS 14 ARM64 🔨15.4 🎯11.0 (push) Has been cancelled

* Add Xs to highlight erase buttons

* Change order of buttons
This commit is contained in:
jonnyl2
2025-05-05 19:57:04 +00:00
committed by GitHub
parent a60cf6b108
commit fce94ce1de
2 changed files with 33 additions and 33 deletions

View File

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