diff --git a/frontend/device/generic/device.lua b/frontend/device/generic/device.lua index 2d84e01f9..3199548cd 100644 --- a/frontend/device/generic/device.lua +++ b/frontend/device/generic/device.lua @@ -455,9 +455,11 @@ function Device:install() UIManager:show(InfoMessage:new{ text = _("The update will be applied the next time KOReader is started."), unmovable = true, + dismissable = false, }) end, unmovable = true, + dismissable = false, }) end