diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-04-12 11:56:10 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-04-12 11:56:35 +0530 |
| commit | f3f109cd054888f857d51ca2b37b4123f3134069 (patch) | |
| tree | 81250db8a30f85d34d3c101830a37e3535e77054 /src/Configuration.hpp | |
| parent | c0ee5203201d4ddf4ed560f856cb0da958935fc6 (diff) | |
| download | null-browser-f3f109cd054888f857d51ca2b37b4123f3134069.tar.gz null-browser-f3f109cd054888f857d51ca2b37b4123f3134069.zip | |
Add configuration api
Diffstat (limited to '')
| -rw-r--r-- | src/Configuration.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Configuration.hpp b/src/Configuration.hpp index c1744e6..06335dc 100644 --- a/src/Configuration.hpp +++ b/src/Configuration.hpp @@ -8,7 +8,7 @@ class Configuration : public QObject { public: using QObject::QObject; - QUrl new_view_url = QUrl("https://lite.duckduckgo.com"); + QString new_view_url = "https://duckduckgo.com"; bool close_window_when_no_views = true; }; |
