summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2022-07-14 12:02:51 +0300
committerHenry Castro <hcastro@collabora.com>2022-08-03 09:45:23 -0400
commite1c951982a175620a0ee101bb3c4f34be03bdbe9 (patch)
treeaaff0e666d2c6bf81a60d085d9aef18259ed949c
parentbrowser: ensure if welcome was disabled (diff)
downloadonline-e1c951982a175620a0ee101bb3c4f34be03bdbe9.tar.gz
online-e1c951982a175620a0ee101bb3c4f34be03bdbe9.zip
ENABLE_WELCOME_MESSAGE should now be 0 for iOS, not "false"
Signed-off-by: Tor Lillqvist <tml@collabora.com> Change-Id: I3d8e38aac0ed7bd783cc0d8c79b2d4d08fa478a1
-rw-r--r--ios/config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/config.h.in b/ios/config.h.in
index 6ed2c5abbe..41eba88b65 100644
--- a/ios/config.h.in
+++ b/ios/config.h.in
@@ -24,7 +24,7 @@
/* Should the Release notes message on startup should be enabled be default?
*/
-#define ENABLE_WELCOME_MESSAGE "false"
+#define ENABLE_WELCOME_MESSAGE 0
/* Should the Release notes message on startup have a dismiss button instead of an x button to close by default?
*/