mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Add vertical edge gesture (#5156)
* Add vertical edge gesture * Add left/right edge swipe gesture * Move kobolight plugin to ReaderFrontlight * Remove kobolight plugin
This commit is contained in:
@@ -3,7 +3,8 @@ local logger = require("logger")
|
||||
|
||||
local DEFAULT_PLUGIN_PATH = "plugins"
|
||||
local OBSOLETE_PLUGINS = {
|
||||
storagestat = true
|
||||
storagestat = true,
|
||||
kobolight = true,
|
||||
}
|
||||
|
||||
local function sandboxPluginEventHandlers(plugin)
|
||||
|
||||
Reference in New Issue
Block a user