Skip to content

Commit

Permalink
update dev archive patch for recent PR merge. (#1389)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteven4 authored Nov 25, 2024
1 parent b8068b9 commit 36b5007
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions tools/archive_images/gpsbabel_dev.patch
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
diff --git a/gui/babeldata.h b/gui/babeldata.h
index 9adb4dcd..00392f64 100644
index b79cd1dc..c4d82e8c 100644
--- a/gui/babeldata.h
+++ b/gui/babeldata.h
@@ -63,7 +63,7 @@ public:
upgradeErrors_(0),
upgradeOffers_(0),
runCount_(0),
- startupVersionCheck_(true),
+ startupVersionCheck_(false),
reportStatistics_(true),
allowBetaUpgrades_(false),
ignoreVersionMismatch_(false),
@@ -150,7 +150,7 @@ public:
int runCount_{0};

// Global preferences.
- bool startupVersionCheck_{true};
+ bool startupVersionCheck_{false};
bool reportStatistics_{true};
bool allowBetaUpgrades_{false};
bool ignoreVersionMismatch_{false};

0 comments on commit 36b5007

Please sign in to comment.