aboutsummaryrefslogtreecommitdiff
path: root/src/Configuration.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Configuration.hpp2
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;
};