mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Typo in last change. (BasePowerD -> KoboPowerD)
This commit is contained in:
@@ -43,7 +43,7 @@ function KoboPowerD:frontlightIntensityHW()
|
||||
return 20
|
||||
end
|
||||
|
||||
function BasePowerD:turnOffFrontlightHW() self:_setIntensity(0) end
|
||||
function KoboPowerD:turnOffFrontlightHW() self:_setIntensity(0) end
|
||||
|
||||
function KoboPowerD:setIntensityHW(intensity)
|
||||
if self.fl == nil then return end
|
||||
|
||||
Reference in New Issue
Block a user