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"
|
"$PMS_TAN_ENTRY $username"
|
||||||
} else {
|
} else {
|
||||||
if (title.isEmpty())
|
if (title.isEmpty())
|
||||||
if (username.isEmpty())
|
if (url.isEmpty())
|
||||||
if (url.isEmpty())
|
if (username.isEmpty())
|
||||||
nodeId.toString()
|
nodeId.toString()
|
||||||
else
|
else
|
||||||
url
|
username
|
||||||
else
|
else
|
||||||
username
|
url
|
||||||
else
|
else
|
||||||
title
|
title
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user