itemKeys -> sortKeys
This commit is contained in:
parent
9baf222db1
commit
7da4bd0ec3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ oml.ui.transfersPanel = function() {
|
||||||
'id', 'title', 'extension', 'size',
|
'id', 'title', 'extension', 'size',
|
||||||
'transferadded', 'transferprogress'
|
'transferadded', 'transferprogress'
|
||||||
].map(function(id) {
|
].map(function(id) {
|
||||||
var key = Ox.getObjectById(oml.config.itemKeys, id);
|
var key = Ox.getObjectById(oml.config.sortKeys, id);
|
||||||
return {
|
return {
|
||||||
align: Ox.contains([
|
align: Ox.contains([
|
||||||
'size', 'transferprogress'
|
'size', 'transferprogress'
|
||||||
|
|
Loading…
Reference in a new issue