From 63e938f5087a9dd0aab1fc32897df07648c27f77 Mon Sep 17 00:00:00 2001 From: ezdiy Date: Wed, 2 Sep 2020 22:44:38 +0200 Subject: [PATCH] Pocketbook: Add file associations into "Open with" menu (#6624) We used to put koreader alone in there, but apparently other handlers can be left in as optional - see #6415 --- frontend/device/pocketbook/device.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/device/pocketbook/device.lua b/frontend/device/pocketbook/device.lua index 5185b8993..1cb308e0a 100644 --- a/frontend/device/pocketbook/device.lua +++ b/frontend/device/pocketbook/device.lua @@ -206,7 +206,7 @@ function PocketBook:associateFileExtensions(assoc) local t = info[k] if t then -- A system entry exists, so just change app, and reuse the rest - t[4] = app_name + t[4] = app_name .. "," .. t[4] else -- Doesn't exist, so hallucinate up something -- TBD: We have document opener in 'v', maybe consult mime in there?