disable light settings on ChromeOS, android TV and e-ink devices without lights

pull/8071/head
Martín Fdez 3 years ago committed by Frans de Jonge
parent 8bf19a7327
commit 6fb52528cd

@ -75,7 +75,7 @@ local Device = Generic:new{
hasExitOptions = no,
hasEinkScreen = function() return android.isEink() end,
hasColorScreen = function() return not android.isEink() end,
hasFrontlight = yes,
hasFrontlight = android.hasLights,
hasNaturalLight = android.isWarmthDevice,
canRestart = no,
canSuspend = no,

Loading…
Cancel
Save