diff --git a/main.lua b/main.lua index 207a333..ce2d03d 100644 --- a/main.lua +++ b/main.lua @@ -146,6 +146,7 @@ end function Bookhoard:addToMainMenu(menu_items) menu_items.bookhoard_sync = { text = _("Bookhoard sync"), + sorting_hint = "tools", sub_item_table = self:buildMainMenu(), } end