[plugin] DocSettingTweak: disable on NT devices (#8599)

In the same way as a31d944. Closes #8596.
reviewable/pr8608/r1
hius07 2 years ago committed by GitHub
parent 10584494ee
commit e65ff7b7c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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")

Loading…
Cancel
Save