fix #770: show usernames in in entry list

This commit is contained in:
antelle 2017-11-04 09:38:56 +01:00
parent 8d523f7e85
commit 360d3ac6f6
2 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,7 @@ EntryPresenter.prototype = {
case 'attachments':
return this.entry.attachments.map(a => a.title).join(', ') || '(' + Locale.listNoAttachments + ')';
default:
return this.notes || this.url || this.user;
return this.user || this.notes || this.url;
}
}
};

View File

@ -6,6 +6,7 @@ Release notes
`*` prevent master password autocomplete
`*` build with node.js 8
`-` fixed tray icon click crash
`*` show usernames in in entry list
##### v1.5.6 (2017-08-31)
`-` fix #722: hang on start in desktop