summaryrefslogtreecommitdiffstats
path: root/src/components/Settings
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-03-12 11:14:42 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-03-12 11:14:42 +0100
commita504be2a5da702301e0947630cbfb67e7ebc274b (patch)
tree3559da48cd2166a3e15d53b7ef67c71cf7bfec57 /src/components/Settings
parent76986cdfe322f48be0757913456c19d109753d07 (diff)
Add sorting my last modified
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/components/Settings')
-rw-r--r--src/components/Settings/SettingsSortContacts.vue4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/components/Settings/SettingsSortContacts.vue b/src/components/Settings/SettingsSortContacts.vue
index d6cb83c5..0ae3de2b 100644
--- a/src/components/Settings/SettingsSortContacts.vue
+++ b/src/components/Settings/SettingsSortContacts.vue
@@ -55,6 +55,10 @@ export default {
{
label: t('contacts', 'Display name'),
key: 'displayName'
+ },
+ {
+ label: t('contacts', 'Last modified'),
+ key: 'rev'
}
]
},