mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-12-04 15:49:33 +01:00
Show URL before username when title is empty #463
This commit is contained in:
@@ -247,13 +247,13 @@ class Entry : Node, EntryVersionedInterface<Group> {
|
||||
"$PMS_TAN_ENTRY $username"
|
||||
} else {
|
||||
if (title.isEmpty())
|
||||
if (username.isEmpty())
|
||||
if (url.isEmpty())
|
||||
if (username.isEmpty())
|
||||
nodeId.toString()
|
||||
else
|
||||
url
|
||||
else
|
||||
username
|
||||
else
|
||||
url
|
||||
else
|
||||
title
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user