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 committed Sep 18, 2023
1 parent 27c5c5d commit 5873bc7
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 @@ -727,8 +727,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 5873bc7

Please sign in to comment.