mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
[plugin] DocSettingTweak: disable on NT devices (#8599)
In the same way as a31d944. Closes #8596.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
local Device = require("device")
|
||||
|
||||
if not Device:isTouchDevice() then
|
||||
return { disabled = true }
|
||||
end
|
||||
|
||||
local BD = require("ui/bidi")
|
||||
local DataStorage = require("datastorage")
|
||||
local FFIUtil = require("ffi/util")
|
||||
|
||||
Reference in New Issue
Block a user