From c0ee5203201d4ddf4ed560f856cb0da958935fc6 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 12 Apr 2025 10:44:40 +0530 Subject: Rename term tab with view --- src/Configuration.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Configuration.hpp') diff --git a/src/Configuration.hpp b/src/Configuration.hpp index 837e3e6..c1744e6 100644 --- a/src/Configuration.hpp +++ b/src/Configuration.hpp @@ -8,7 +8,7 @@ class Configuration : public QObject { public: using QObject::QObject; - QUrl new_tab_url = QUrl("https://lite.duckduckgo.com"); + QUrl new_view_url = QUrl("https://lite.duckduckgo.com"); - bool close_window_when_no_tabs = true; + bool close_window_when_no_views = true; }; -- cgit v1.3.1