diff --git a/plugins/coverbrowser.koplugin/main.lua b/plugins/coverbrowser.koplugin/main.lua index d7151ea4f..11741222d 100644 --- a/plugins/coverbrowser.koplugin/main.lua +++ b/plugins/coverbrowser.koplugin/main.lua @@ -472,7 +472,8 @@ function CoverBrowser:addToMainMenu(menu_items) local sstr = BookInfoManager:getDbSize() return _("Current cache size: ") .. sstr end, - -- no callback, only for information + keep_menu_open = true, + callback = function() end, -- no callback, only for information }, { text = _("Prune cache of removed books"),