From b7d2a370f88d638ddfb1563287c399f49a9ac51a Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Fri, 17 Aug 2018 17:37:43 -0400 Subject: [PATCH] Default to spotting --- Configuration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configuration.cpp b/Configuration.cpp index ea31129..2bb5fc8 100644 --- a/Configuration.cpp +++ b/Configuration.cpp @@ -1469,7 +1469,7 @@ void Configuration::impl::read_settings () autoreply_off_at_startup_ = settings_->value ("AutoreplyOFF", false).toBool (); monitor_off_at_startup_ = settings_->value ("MonitorOFF", false).toBool (); monitor_last_used_ = settings_->value ("MonitorLastUsed", false).toBool (); - spot_to_psk_reporter_ = settings_->value ("PSKReporter", false).toBool (); + spot_to_psk_reporter_ = settings_->value ("PSKReporter", true).toBool (); id_after_73_ = settings_->value ("After73", false).toBool (); tx_QSY_allowed_ = settings_->value ("TxQSYAllowed", false).toBool (); use_dynamic_info_ = settings_->value ("AutoGrid", false).toBool ();