]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/widgets/TabWidget.cpp
Highlight non-default domain settings.
[PrivacyBrowserPC.git] / src / widgets / TabWidget.cpp
index 3b0ce087949de5f5b3de0bd38ded94451facc743..59e424331fd78643d2ae7927a56c87239ee300ff 100644 (file)
@@ -449,9 +449,9 @@ void TabWidget::applyDomainSettings(const QString &hostname, const bool reloadWe
         currentWebEngineSettingsPointer->setAttribute(QWebEngineSettings::JavascriptEnabled, Settings::javaScriptEnabled());
 
         // Set the local storage status.
-        //currentPrivacyWebEngineViewPointer->localStorageEnabled = Settings::localStorageEnabled();
+        currentPrivacyWebEngineViewPointer->localStorageEnabled = Settings::localStorageEnabled();
 
-        // Set DOM storage.
+        // Set DOM storage.  In QWebEngineSettings it is called Local Storage.
         currentWebEngineSettingsPointer->setAttribute(QWebEngineSettings::LocalStorageEnabled, Settings::domStorageEnabled());
 
         // Set the user agent.