mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
fix #1175
This commit is contained in:
@@ -226,7 +226,7 @@ function ReaderMenu:onSetDimensions(dimen)
|
||||
end
|
||||
|
||||
function ReaderMenu:onReadSettings(config)
|
||||
self.last_tab_index = config:readSetting("menu_tab_index") or 1
|
||||
self.last_tab_index = config:readSetting("readermenu_tab_index") or 1
|
||||
end
|
||||
|
||||
function ReaderMenu:onSaveSettings()
|
||||
|
||||
Reference in New Issue
Block a user