Screen refresh between chapters (#3989)

This commit is contained in:
Robert
2018-05-30 00:28:47 +02:00
committed by Frans de Jonge
parent 895372f781
commit 6abc1262dd
2 changed files with 15 additions and 0 deletions

View File

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