Merge pull request #1153 from chrox/fix_1149

fix #1149 by adding 'Network setting' in filemanager
This commit is contained in:
Qingping Hou
2014-11-13 03:27:33 -05:00
2 changed files with 9 additions and 1 deletions

View File

@@ -152,7 +152,7 @@ function ReaderMenu:setUpdateItemTable()
end
})
if KOBO_SCREEN_SAVER_LAST_BOOK then
if Device:isKobo() and KOBO_SCREEN_SAVER_LAST_BOOK then
local excluded = function()
return self.ui.doc_settings:readSetting("exclude_screensaver") or false
end