mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
parent
87af012a97
commit
9ab531473a
1 changed files with 1 additions and 1 deletions
|
@ -1770,7 +1770,7 @@ void DatabaseWidget::processAutoOpen()
|
|||
}
|
||||
|
||||
for (const auto* entry : autoopenGroup->entries()) {
|
||||
if (entry->url().isEmpty() || entry->password().isEmpty()) {
|
||||
if (entry->url().isEmpty() || (entry->password().isEmpty() && entry->username().isEmpty())) {
|
||||
continue;
|
||||
}
|
||||
QFileInfo filepath;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue