diff --git a/src/browser/BrowserService.cpp b/src/browser/BrowserService.cpp index 1ebf79f3ff..406276182d 100644 --- a/src/browser/BrowserService.cpp +++ b/src/browser/BrowserService.cpp @@ -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) {