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',
|
||||
'transferadded', 'transferprogress'
|
||||
].map(function(id) {
|
||||
var key = Ox.getObjectById(oml.config.itemKeys, id);
|
||||
var key = Ox.getObjectById(oml.config.sortKeys, id);
|
||||
return {
|
||||
align: Ox.contains([
|
||||
'size', 'transferprogress'
|
||||
|
|
Loading…
Reference in a new issue