From 126d1c1b3d447c9ca1df93a721b3b0cf18bcc1d6 Mon Sep 17 00:00:00 2001 From: Nightkingale <63483138+Nightkingale@users.noreply.github.com> Date: Sat, 1 Jun 2024 17:48:43 -0600 Subject: [PATCH] Set default notification verbosity to normal --- source/cfg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/cfg.cpp b/source/cfg.cpp index 0f525e0..84c1f1b 100644 --- a/source/cfg.cpp +++ b/source/cfg.cpp @@ -41,7 +41,7 @@ namespace cfg { namespace defaults { const bool auto_tz = false; const int msg_duration = 5; - const int notify = 0; + const int notify = 1; const std::string server = "pool.ntp.org"; const bool sync = false; const int threads = 4;