mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Fix save screenshot dialog wasn't modal (#12067)
Screenshot dialog could not be interacted with in Text editor. Closes #12066.
This commit is contained in:
@@ -94,6 +94,7 @@ function Screenshoter:onScreenshot(screenshot_name, caller_callback)
|
||||
}
|
||||
dialog = ButtonDialog:new{
|
||||
title = _("Screenshot saved to:") .. "\n\n" .. BD.filepath(screenshot_name) .. "\n",
|
||||
modal = true,
|
||||
buttons = buttons,
|
||||
tap_close_callback = function()
|
||||
if caller_callback then
|
||||
|
||||
Reference in New Issue
Block a user