commit d73d9b31b9941a83a2843360d045b36958f50f38
parent 7a0276f06a6858c04b3d8007e4e0e3eda6f76368
Author: Mark H Weaver <mhw@netris.org>
Date: Wed, 20 Nov 2019 16:29:46 -0500
Fix misleading comment in data/settings-android.js.
* data/settings-android.js: Fix the comment.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/data/settings-android.js b/data/settings-android.js
@@ -1,4 +1,4 @@
-// Disable hardware acceleration and WebGL
+// Enable hardware acceleration and WebGL on Android
pref("layers.acceleration.disabled", false);
pref("webgl.disabled", false);