mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-02-22 15:39:57 -05:00
Fix raising Update Entry messagebox
This commit is contained in:
parent
8f45431ecb
commit
1a81f79df7
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user