From d8092c510a06655dbb5d30b5f12ac7e35320fbad Mon Sep 17 00:00:00 2001 From: hius07 <62179190+hius07@users.noreply.github.com> Date: Thu, 18 Apr 2024 09:52:50 +0300 Subject: [PATCH] dispatcher: add collections --- frontend/dispatcher.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/dispatcher.lua b/frontend/dispatcher.lua index 2b2cc1780..134b72354 100644 --- a/frontend/dispatcher.lua +++ b/frontend/dispatcher.lua @@ -53,7 +53,8 @@ local settingsList = { open_previous_document = {category="none", event="OpenLastDoc", title=_("Open previous document"), general=true}, history = {category="none", event="ShowHist", title=_("History"), general=true}, history_search = {category="none", event="SearchHistory", title=_("History search"), general=true}, - favorites = {category="none", event="ShowColl", arg="favorites", title=_("Favorites"), general=true}, + favorites = {category="none", event="ShowColl", title=_("Favorites"), general=true}, + collections = {category="none", event="ShowCollList", title=_("Collections"), general=true}, filemanager = {category="none", event="Home", title=_("File browser"), general=true, separator=true}, ---- dictionary_lookup = {category="none", event="ShowDictionaryLookup", title=_("Dictionary lookup"), general=true}, @@ -272,6 +273,7 @@ local dispatcher_menu_order = { "history", "history_search", "favorites", + "collections", "filemanager", ---- "dictionary_lookup",