Add:Sort by file birthtime and modified timestamps #215

This commit is contained in:
advplyr 2022-02-27 18:18:38 -06:00
parent 428a515c6a
commit 42604331ff
2 changed files with 15 additions and 0 deletions

View file

@ -59,6 +59,14 @@ export default {
{
text: 'Size',
value: 'size'
},
{
text: 'File Birthtime',
value: 'birthtimeMs'
},
{
text: 'File Modified',
value: 'mtimeMs'
}
]
}