mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01: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