mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
DeviceMenu: Colons and more information (#8435)
Add information to device menu entries
This commit is contained in:
@@ -102,6 +102,7 @@ common_settings.time = {
|
||||
end,
|
||||
callback = function()
|
||||
G_reader_settings:saveSetting("duration_format", "classic")
|
||||
UIManager:broadcastEvent(Event:new("UpdateFooter", true, true))
|
||||
end,
|
||||
},
|
||||
{
|
||||
@@ -116,6 +117,7 @@ common_settings.time = {
|
||||
end,
|
||||
callback = function()
|
||||
G_reader_settings:saveSetting("duration_format", "modern")
|
||||
UIManager:broadcastEvent(Event:new("UpdateFooter", true, true))
|
||||
end,
|
||||
},
|
||||
}
|
||||
@@ -566,6 +568,7 @@ common_settings.screenshot = {
|
||||
local Screenshoter = require("ui/widget/screenshoter")
|
||||
Screenshoter:chooseFolder()
|
||||
end,
|
||||
keep_menu_open = true,
|
||||
}
|
||||
|
||||
return common_settings
|
||||
|
||||
Reference in New Issue
Block a user