[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
reviewable/pr6283/r1
Martín Fernández 4 years ago committed by GitHub
parent 83cde64bcc
commit 88feefe788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -25,7 +25,7 @@ common_info.version = {
common_info.help = { common_info.help = {
text = _("Help"), text = _("Help"),
} }
common_info.more_plugins = { common_info.more_tools = {
text = _("More tools"), text = _("More tools"),
} }

@ -101,19 +101,19 @@ local order = {
"send2ebook", "send2ebook",
"text_editor", "text_editor",
"----------------------------", "----------------------------",
"more_plugins", "more_tools",
"plugin_management",
"----------------------------",
"advanced_settings",
"developer_options",
}, },
more_plugins = { more_tools = {
"auto_frontlight", "auto_frontlight",
"battery_statistics", "battery_statistics",
"synchronize_time", "synchronize_time",
"keep_alive", "keep_alive",
"doc_setting_tweak", "doc_setting_tweak",
"terminal", "terminal",
"----------------------------",
"plugin_management",
"advanced_settings",
"developer_options",
}, },
search = { search = {
"dictionary_lookup", "dictionary_lookup",

@ -125,16 +125,17 @@ local order = {
"send2ebook", "send2ebook",
"text_editor", "text_editor",
"----------------------------", "----------------------------",
"more_plugins", "more_tools",
"plugin_management",
}, },
more_plugins = { more_tools = {
"auto_frontlight", "auto_frontlight",
"battery_statistics", "battery_statistics",
"synchronize_time", "synchronize_time",
"keep_alive", "keep_alive",
"doc_setting_tweak", "doc_setting_tweak",
"terminal", "terminal",
"----------------------------",
"plugin_management",
}, },
search = { search = {
"dictionary_lookup", "dictionary_lookup",

Loading…
Cancel
Save