2
0
mirror of https://github.com/koreader/koreader synced 2024-11-02 15:40:16 +00:00
koreader/plugins/patchmanagement.koplugin/_meta.lua
zwim 4e944dc918 patch management
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
2023-02-06 19:43:01 +01:00

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."),
}