From bbe50215cbb9078ba457f93a5e90096e844c611a Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 12 Apr 2025 19:35:54 +0530 Subject: Add user agent configuration --- src/widgets/WebViewStack.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/widgets') diff --git a/src/widgets/WebViewStack.hpp b/src/widgets/WebViewStack.hpp index b36c389..8f66c09 100644 --- a/src/widgets/WebViewStack.hpp +++ b/src/widgets/WebViewStack.hpp @@ -3,6 +3,7 @@ #include #include #include +#include #include #include "Configuration.hpp" @@ -39,6 +40,8 @@ public: bool has_webview(WebViewId webview_id); + QWebEngineProfile *get_profile() { return profile; } + /// @deprecated TODO: Remove std::vector urls(); /// @deprecated TODO: Remove -- cgit v1.3.1