From 398b1a4b398324311b6e0f15d2e4ede5ad8500ff Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 2 May 2025 12:04:43 +0530 Subject: Prefix uv with web.uv + add permissions_persistance config option --- src/widgets/BrowserWindow.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/widgets/BrowserWindow.cpp') diff --git a/src/widgets/BrowserWindow.cpp b/src/widgets/BrowserWindow.cpp index d1b9c44..8e1555f 100644 --- a/src/widgets/BrowserWindow.cpp +++ b/src/widgets/BrowserWindow.cpp @@ -22,10 +22,6 @@ BrowserWindow::BrowserWindow(const Configuration &configuration, QWebEngineProfi layout->setSpacing(0); centralWidget()->setLayout(layout); - // Webengine profile - profile->setDownloadPath(configuration.downloads_dir()); - profile->setHttpUserAgent(configuration.user_agent()); - // Stack of web views auto *webview_stack = new WebViewStack(&configuration, profile); layout->addWidget(webview_stack); -- cgit v1.3.1