[fix, plugins] Wallabag: close document on go to folder (#5063)

See https://github.com/koreader/koreader/issues/5060#issuecomment-499416617
pull/5068/head
Frans de Jonge 5 years ago committed by GitHub
parent efe2db4406
commit e261d95218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -109,6 +109,9 @@ function Wallabag:addToMainMenu(menu_items)
{
text = _("Go to download folder"),
callback = function()
if self.ui.document then
self.ui:onClose()
end
if FileManager.instance then
FileManager.instance:reinit( self.directory )
else

Loading…
Cancel
Save