mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
[plugin] QR: fix failure to load in file browser (#12833)
Cf. https://github.com/koreader/koreader/pull/12746#issuecomment-2510910142
This commit is contained in:
@@ -18,7 +18,9 @@ local QRClipboard = WidgetContainer:extend{
|
||||
|
||||
function QRClipboard:init()
|
||||
self.ui.menu:registerToMainMenu(self)
|
||||
self:addToHighlightDialog()
|
||||
if self.ui.highlight then
|
||||
self:addToHighlightDialog()
|
||||
end
|
||||
end
|
||||
|
||||
function QRClipboard:addToHighlightDialog()
|
||||
|
||||
Reference in New Issue
Block a user