Skip to content

Commit c4100e4

Browse files
authored
Archive fix (#1421)
* fix archive dev patch for recent updates. * try again to update patch
1 parent 2472452 commit c4100e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
diff --git a/gui/babeldata.h b/gui/babeldata.h
2-
index b79cd1dc..c4d82e8c 100644
2+
index 50d6d1e3..4a7a5736 100644
33
--- a/gui/babeldata.h
44
+++ b/gui/babeldata.h
5-
@@ -150,7 +150,7 @@ public:
5+
@@ -152,7 +152,7 @@ public:
66
int runCount_{0};
77

88
// Global preferences.
99
- bool startupVersionCheck_{true};
1010
+ bool startupVersionCheck_{false};
1111
bool reportStatistics_{true};
12-
bool allowBetaUpgrades_{false};
13-
bool ignoreVersionMismatch_{false};
12+
bool upgradeMenuEnabled_{true};
13+
bool mapPreviewEnabled_{true};

0 commit comments

Comments
 (0)