"Tools" menu order minor fix (#12717)

* same order in FM and Reader
* remove unused "send2ebook"
This commit is contained in:
hius07
2024-11-08 20:24:53 +02:00
committed by GitHub
parent 47ab7685aa
commit 5fb9216efb
2 changed files with 3 additions and 5 deletions

View File

@@ -116,15 +116,14 @@ local order = {
"menu_activate",
},
tools = {
"read_timer",
"calibre",
"exporter",
"statistics",
"move_to_archive",
"cloud_storage",
"read_timer",
"move_to_archive",
"wallabag",
"news_downloader",
"send2ebook",
"text_editor",
"profiles",
"qrclipboard",

View File

@@ -179,10 +179,9 @@ local order = {
"move_to_archive",
"wallabag",
"news_downloader",
"send2ebook",
"text_editor",
"qrclipboard",
"profiles",
"qrclipboard",
"----------------------------",
"more_tools",
},