Add OpenGL ES version to device properties.

This commit is contained in:
Karol Wrótniak
2017-12-18 03:18:19 +01:00
parent 2dac3d1bbd
commit 2af554e2a3
6 changed files with 25 additions and 0 deletions

View File

@@ -201,6 +201,12 @@ module.exports = function DeviceColumnService($filter, gettext) {
return device.cpuPlatform || ''
}
})
, openGLESVersion: TextCell({
title: gettext('OpenGL ES version')
, value: function(device) {
return device.openGLESVersion || ''
}
})
, phone: TextCell({
title: gettext('Phone')
, value: function(device) {