mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Screen refresh between chapters (#3989)
This commit is contained in:
@@ -67,5 +67,10 @@ return {
|
||||
callback = function() UIManager:setRefreshRate(custom_3()) end,
|
||||
hold_input = custom_input("refresh_rate_3")
|
||||
},
|
||||
{
|
||||
text = _("Every chapter"),
|
||||
checked_func = function() return UIManager:getRefreshRate() == -1 end,
|
||||
callback = function() UIManager:setRefreshRate(-1) end,
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user