Merge pull request #559 from Markismus/master

Return to Home screen for Kobo devices Mini, Touch and Aura
This commit is contained in:
Huang Xin
2014-05-08 16:30:35 +08:00
8 changed files with 41 additions and 4 deletions

View File

@@ -174,7 +174,8 @@ do
if powerd and powerd.restore_settings then
local intensity = G_reader_settings:readSetting("frontlight_intensity")
intensity = intensity or powerd.flIntensity
powerd:setIntensity(intensity)
powerd:setIntensityWithoutHW(intensity)
-- powerd:setIntensity(intensity)
end
end