mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[chore, UX] Migrate Screen menu to MenuSorter & put Screensaver under Screen (#4675)
Doing more of this is the general purpose of MenuSorter, after all. This is making some space for a new `Taps and gestures` menu, see <https://github.com/koreader/koreader/pull/4655#issuecomment-466808273>.
This commit is contained in:
@@ -45,7 +45,6 @@ local order = {
|
||||
"----------------------------",
|
||||
"network",
|
||||
"screen",
|
||||
"screensaver",
|
||||
"----------------------------",
|
||||
"document",
|
||||
"navigation",
|
||||
@@ -73,6 +72,20 @@ local order = {
|
||||
"----------------------------",
|
||||
"ssh",
|
||||
},
|
||||
screen = {
|
||||
"screensaver",
|
||||
"----------------------------",
|
||||
"screen_dpi",
|
||||
"screen_eink_opt",
|
||||
"color_rendering",
|
||||
"----------------------------",
|
||||
"menu_activate",
|
||||
"screen_disable_double_tab",
|
||||
"screen_toggle_gsensor",
|
||||
"----------------------------",
|
||||
"keep_screen_on",
|
||||
"fullscreen",
|
||||
},
|
||||
tools = {
|
||||
"read_timer",
|
||||
"calibre_wireless_connection",
|
||||
|
||||
Reference in New Issue
Block a user