gpsbabel/gui/babeldata.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Make statistics reporting an opt-in option.
--- a/gpsbabel/gui/babeldata.h
+++ b/gpsbabel/gui/babeldata.h
@@ -64,7 +64,7 @@ public:
upgradeOffers(0),
runCount(0),
startupVersionCheck(true),
- reportStatistics(true),
+ reportStatistics(false),
allowBetaUpgrades(false),
ignoreVersionMismatch(true),
disableDonateDialog(false),