mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 14:32:39 -04:00
Fix menu location in alert
This commit is contained in:
parent
9f3b4dc5ea
commit
07232f04c0
2 changed files with 5 additions and 5 deletions
|
@ -220,7 +220,7 @@ void EditWidgetIcons::iconReceived(const QString& url, const QImage& icon)
|
|||
QString message(tr("Unable to fetch favicon."));
|
||||
if (!config()->get(Config::Security_IconDownloadFallback).toBool()) {
|
||||
message.append("\n").append(
|
||||
tr("You can enable the DuckDuckGo website icon service under Tools -> Settings -> Security"));
|
||||
tr("You can enable the DuckDuckGo website icon service under Application Settings -> Security"));
|
||||
}
|
||||
emit messageEditEntry(message, MessageWidget::Error);
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue