mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
@@ -1,3 +1,9 @@
|
||||
local Device = require("device")
|
||||
|
||||
if not Device:isTouchDevice() then
|
||||
return { disabled = true }
|
||||
end
|
||||
|
||||
local BD = require("ui/bidi")
|
||||
local ConfirmBox = require("ui/widget/confirmbox")
|
||||
local DataStorage = require("datastorage")
|
||||
|
||||
Reference in New Issue
Block a user