You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-geosciences/gpsbabel/files/gpsbabel-disable_statistic_...

13 lines
344 B

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