From bbde1438e9c31cc83d8c4835ea97a0eaeae4e192 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sat, 5 Apr 2025 23:45:55 +0530 Subject: Close window when no tabs left --- src/Configuration.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Configuration.hpp') 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; }; -- cgit v1.3.1