mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Added timeout to successful delete message.
This commit is contained in:
@@ -247,6 +247,7 @@ function FileManager:deleteFile(file)
|
||||
if rm == 0 then
|
||||
UIManager:show(InfoMessage:new{
|
||||
text = _("Successfully deleted\n") .. file,
|
||||
timeout = 2,
|
||||
})
|
||||
else
|
||||
UIManager:show(InfoMessage:new{
|
||||
|
||||
Reference in New Issue
Block a user