mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-01-27 14:57:09 -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?")
|
||||
.arg(QUrl(entryParameters.siteUrl).host(), username),
|
||||
MessageBox::Save | MessageBox::Cancel,
|
||||
MessageBox::Cancel,
|
||||
MessageBox::Raise);
|
||||
MessageBox::Cancel);
|
||||
}
|
||||
|
||||
if (browserSettings()->alwaysAllowUpdate() || dialogResult == MessageBox::Save) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user