mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-06 05:57:37 +03:00
Only display domain name in browser access confirm dialog
* Prevents dialog from growing in width if there is a really long url requesting access.
This commit is contained in:
parent
60317ffadd
commit
51f3014028
3 changed files with 6 additions and 4 deletions
|
@ -776,7 +776,7 @@ QList<Entry*> BrowserService::confirmEntries(QList<Entry*>& pwEntriesToConfirm,
|
|||
config.save(entry);
|
||||
});
|
||||
|
||||
accessControlDialog.setItems(pwEntriesToConfirm, !submitHost.isEmpty() ? submitHost : url, httpAuth);
|
||||
accessControlDialog.setItems(pwEntriesToConfirm, url, httpAuth);
|
||||
|
||||
QList<Entry*> allowedEntries;
|
||||
if (accessControlDialog.exec() == QDialog::Accepted) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue