Skip to content

Commit

Permalink
Fix raising Update Entry messagebox
Browse files Browse the repository at this point in the history
  • Loading branch information
varjolintu authored and droidmonkey committed Oct 24, 2023
1 parent 8f45431 commit 1a81f79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/browser/BrowserService.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -701,8 +701,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) {
Expand Down

0 comments on commit 1a81f79

Please sign in to comment.