summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/webtab.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/webtab.cpp b/src/webtab.cpp
index 718d8b98..63affbf5 100644
--- a/src/webtab.cpp
+++ b/src/webtab.cpp
@@ -156,6 +156,9 @@ bool WebTab::isPageLoading()
void WebTab::createWalletBar(const QString &key, const QUrl &url)
{
+ if (!ReKonfig::passwordSavingEnabled())
+ return;
+
// check if the url is in the wallet blacklist
QString urlString = url.toString();
QStringList blackList = ReKonfig::walletBlackList();