aboutsummaryrefslogtreecommitdiff
path: root/src/Configuration.hpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/Configuration.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Configuration.hpp b/src/Configuration.hpp
index 032d12e..837e3e6 100644
--- a/src/Configuration.hpp
+++ b/src/Configuration.hpp
@@ -9,4 +9,6 @@ public:
using QObject::QObject;
QUrl new_tab_url = QUrl("https://lite.duckduckgo.com");
+
+ bool close_window_when_no_tabs = true;
};