Allows sorting items by last used

This commit is contained in:
Alicia Sykes
2021-09-05 01:00:44 +01:00
parent 955985071f
commit 11f5f8c9df
3 changed files with 20 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ module.exports = {
HIDE_SETTINGS: 'hideSettings',
USERNAME: 'username',
MOST_USED: 'mostUsed',
LAST_USED: 'lastUsed',
},
/* Key names for cookie identifiers */
cookieKeys: {