Menu: remove "Show advanced options"

See #2610 for discussion.
This commit is contained in:
Frans de Jonge
2017-03-05 13:02:43 +01:00
parent 99349173be
commit 1e351e6b87
4 changed files with 3 additions and 14 deletions

View File

@@ -76,15 +76,5 @@ common_settings.save_document = {
},
}
common_settings.language = Language:getLangMenuTable()
common_settings.show_advanced_options = {
text = _("Show advanced options"),
checked_func = function() return G_reader_settings:readSetting("show_advanced") end,
callback = function()
local show_advanced = G_reader_settings:readSetting("show_advanced") or false
G_reader_settings:saveSetting("show_advanced", not show_advanced)
end
}
return common_settings