AppImage: remove hasMultiTouch = no (#11212)

SDL supports multitouch since https://github.com/koreader/koreader-base/pull/1599
This commit is contained in:
Frans de Jonge
2023-12-08 10:12:22 +01:00
committed by GitHub
parent 9ebe7714ec
commit 13a521c398

View File

@@ -109,7 +109,6 @@ local Device = Generic:extend{
local AppImage = Device:extend{
model = "AppImage",
hasMultitouch = no,
hasOTAUpdates = yes,
isDesktop = yes,
}