X-Git-Url: https://gitweb.stoutner.com/?p=PrivacyBrowserPC.git;a=blobdiff_plain;f=src%2Fstructs%2FPrivacyWebEngine.h;fp=src%2Fstructs%2FPrivacyWebEngine.h;h=2d5035a6e916a0fa86f1ae2a67c51cb46135c539;hp=b536c4f1423bd5281755564e4a8715088d59c203;hb=588db73b94af7b596b0e532f4557aa8b6c41f5c3;hpb=2facce32fb6d97b52a7dc148044cae4b36a65d4c diff --git a/src/structs/PrivacyWebEngine.h b/src/structs/PrivacyWebEngine.h index b536c4f..2d5035a 100644 --- a/src/structs/PrivacyWebEngine.h +++ b/src/structs/PrivacyWebEngine.h @@ -30,7 +30,7 @@ public: PrivacyWebEngine(QWebEngineView *inputWebEngineViewPointer); // The public variables. - bool cookiesEnabled; + bool localStorageEnabled; QWebEngineView *webEngineViewPointer; }; #endif