forked from 0x2620/pandora
make random sort order appear last
This commit is contained in:
parent
b22d593200
commit
a6e9b3eef3
2 changed files with 12 additions and 12 deletions
|
@ -442,12 +442,6 @@
|
|||
"capability": "canSeeFiles",
|
||||
"find": true
|
||||
},
|
||||
{
|
||||
"id": "random",
|
||||
"title": "Random",
|
||||
"type": "integer",
|
||||
"columnWidth": 60
|
||||
},
|
||||
{
|
||||
"id": "created",
|
||||
"title": "Date Created",
|
||||
|
@ -497,6 +491,12 @@
|
|||
"title": "Can Play Clips",
|
||||
"type": "boolean",
|
||||
"value": "capability"
|
||||
},
|
||||
{
|
||||
"id": "random",
|
||||
"title": "Random",
|
||||
"type": "integer",
|
||||
"columnWidth": 60
|
||||
}
|
||||
],
|
||||
/*
|
||||
|
|
|
@ -351,12 +351,6 @@
|
|||
"capability": "canSeeFiles",
|
||||
"find": true
|
||||
},
|
||||
{
|
||||
"id": "random",
|
||||
"title": "Random",
|
||||
"type": "integer",
|
||||
"columnWidth": 60
|
||||
},
|
||||
{
|
||||
"id": "created",
|
||||
"title": "Date Created",
|
||||
|
@ -399,6 +393,12 @@
|
|||
]},
|
||||
"sortOperator": "+",
|
||||
"values": ["Public", "Restricted", "Private", "Unknown"]
|
||||
},
|
||||
{
|
||||
"id": "random",
|
||||
"title": "Random",
|
||||
"type": "integer",
|
||||
"columnWidth": 60
|
||||
}
|
||||
],
|
||||
"itemName": {
|
||||
|
|
Loading…
Reference in a new issue