mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-17 13:02:49 -05:00
parent
28694ae687
commit
5a31e055cf
@ -190,8 +190,10 @@ void AutoType::performGlobalAutoType(const QList<Database*>& dbList)
|
|||||||
|
|
||||||
if (entryList.isEmpty()) {
|
if (entryList.isEmpty()) {
|
||||||
m_inAutoType = false;
|
m_inAutoType = false;
|
||||||
MessageBox::information(Q_NULLPTR, tr("Auto-Type - KeePassX"),
|
QString message = tr("Couldn't find an entry that matches the window title:");
|
||||||
tr("Couldn't find an entry that matches the window title."));
|
message.append("\n\n");
|
||||||
|
message.append(windowTitle);
|
||||||
|
MessageBox::information(Q_NULLPTR, tr("Auto-Type - KeePassX"), message);
|
||||||
}
|
}
|
||||||
else if ((entryList.size() == 1) && !config()->get("security/autotypeask").toBool()) {
|
else if ((entryList.size() == 1) && !config()->get("security/autotypeask").toBool()) {
|
||||||
m_inAutoType = false;
|
m_inAutoType = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user