mirror of
https://github.com/koreader/koreader
synced 2024-11-02 15:40:16 +00:00
4e944dc918
Use texteditor if available Auto disable if patches folder doesnt exist And show a restart message after file edit Sort menu entries in execution order Warning sign for failing patches
7 lines
197 B
Lua
7 lines
197 B
Lua
local _ = require("gettext")
|
|
return {
|
|
name = "patch_management",
|
|
fullname = _("Patch management"),
|
|
description = _("This plugin allows enabling, disabling or editing user patches."),
|
|
}
|