mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[chore, UX] Move some 'permanent' settings inside more_tools (#6282)
Err, kind of nitpick PR. Is just add some "permanent" menus other than plugins to the new "more_tools" submenu. So it will never be empty. Follow-up: #6279 Supersedes: #5512 #6092 Fixes: #5461
This commit is contained in:
@@ -125,16 +125,17 @@ local order = {
|
||||
"send2ebook",
|
||||
"text_editor",
|
||||
"----------------------------",
|
||||
"more_plugins",
|
||||
"plugin_management",
|
||||
"more_tools",
|
||||
},
|
||||
more_plugins = {
|
||||
more_tools = {
|
||||
"auto_frontlight",
|
||||
"battery_statistics",
|
||||
"synchronize_time",
|
||||
"keep_alive",
|
||||
"doc_setting_tweak",
|
||||
"terminal",
|
||||
"----------------------------",
|
||||
"plugin_management",
|
||||
},
|
||||
search = {
|
||||
"dictionary_lookup",
|
||||
|
||||
Reference in New Issue
Block a user