mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-29 07:43:36 -05:00
Fix raising Update Entry messagebox
This commit is contained in:
parent
4bd9fdd7a4
commit
cb5d3ed21d
@ -845,8 +845,7 @@ bool BrowserService::updateEntry(const EntryParameters& entryParameters, const Q
|
|||||||
tr("Do you want to update the information in %1 - %2?")
|
tr("Do you want to update the information in %1 - %2?")
|
||||||
.arg(QUrl(entryParameters.siteUrl).host(), username),
|
.arg(QUrl(entryParameters.siteUrl).host(), username),
|
||||||
MessageBox::Save | MessageBox::Cancel,
|
MessageBox::Save | MessageBox::Cancel,
|
||||||
MessageBox::Cancel,
|
MessageBox::Cancel);
|
||||||
MessageBox::Raise);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (browserSettings()->alwaysAllowUpdate() || dialogResult == MessageBox::Save) {
|
if (browserSettings()->alwaysAllowUpdate() || dialogResult == MessageBox::Save) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user