This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --[[-- | |
| Incognito Mode plugin for KOReader. | |
| @module koplugin.incognito | |
| --]]-- | |
| local UIManager = require("ui/uimanager") | |
| local WidgetContainer = require("ui/widget/container/widgetcontainer") | |
| local _ = require("gettext") | |
| local PLUGIN_ICONS_DIR = "plugins/incognito.koplugin/icons" |