Skip to content

Commit

Permalink
Menu order and separators
Browse files Browse the repository at this point in the history
* Add separators to navigation menu
* Move speed reading to "typeset" (reading experience) menu
* Move Goodreads over to search

See #2562 (comment)
  • Loading branch information
Frenzie authored and houqp committed Apr 7, 2017
1 parent 1461574 commit dd7251e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion frontend/ui/elements/filemanager_menu_order.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ local order = {
tools = {
"calibre_wireless_connection",
"evernote",
"goodreads",
"keep_alive",
"frontlight_gesture_controller",
"statistics",
Expand All @@ -48,6 +47,7 @@ local order = {
"find_book_in_calibre_catalog",
"find_file",
"----------------------------",
"goodreads",
"opds_catalog",
},
main = {
Expand Down
13 changes: 10 additions & 3 deletions frontend/ui/elements/reader_menu_order.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,24 @@ local order = {
navi = {
"table_of_contents",
"bookmarks",
"----------------------------",
"go_to",
"skim_to",
"----------------------------",
"follow_links",
},
typeset = {
"page_overlap",
"switch_zoom_mode",
"set_render_style",
"floating_punctuation",
"----------------------------",
"highlight_options",
"----------------------------",
"floating_punctuation",
"change_font",
"hyphenation",
"----------------------------",
"speed_reading_module_perception_expander",
},
setting = {
"read_from_right_to_left",
Expand All @@ -45,13 +51,11 @@ local order = {
"read_timer",
"calibre_wireless_connection",
"evernote",
"goodreads",
"keep_alive",
"frontlight_gesture_controller",
"statistics",
"battery_statistics",
"storage_stat",
"speed_reading_module_perception_expander",
"synchronize_time",
"progress_sync",
"zsync",
Expand All @@ -60,6 +64,9 @@ local order = {
search = {
"dictionary_lookup",
"wikipedia_lookup",
"----------------------------",
"goodreads",
"----------------------------",
"fulltext_search",
},
filemanager = {},
Expand Down

0 comments on commit dd7251e

Please sign in to comment.