Fix raising Update Entry messagebox

This commit is contained in:
varjolintu 2023-09-18 10:20:58 +03:00 committed by Jonathan White
parent 4bd9fdd7a4
commit cb5d3ed21d

View File

@ -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) {