mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
add a dog-ear-like icon at the above right corner of bookmarked page
And tap the above right corner will toggle the bookmark on this page on/off.
This commit is contained in:
@@ -22,7 +22,7 @@ function ReaderMenu:initGesListener()
|
||||
ges = "tap",
|
||||
range = Geom:new{
|
||||
x = 0, y = 0,
|
||||
w = Screen:getWidth(),
|
||||
w = Screen:getWidth()*7/8,
|
||||
h = Screen:getHeight()/4,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user