-
Notifications
You must be signed in to change notification settings - Fork 128
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update dev archive patch for recent PR merge. (#1389)
- Loading branch information
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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}; |