Skip to content

Commit

Permalink
Set default notification verbosity to normal
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightkingale committed Jun 1, 2024
1 parent 20f8b0b commit 126d1c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/cfg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 126d1c1

Please sign in to comment.