aboutsummaryrefslogtreecommitdiffstats
path: root/subsurface-mobile-main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'subsurface-mobile-main.cpp')
-rw-r--r--subsurface-mobile-main.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/subsurface-mobile-main.cpp b/subsurface-mobile-main.cpp
index df25e81dc..7ed3e4256 100644
--- a/subsurface-mobile-main.cpp
+++ b/subsurface-mobile-main.cpp
@@ -62,6 +62,11 @@ int main(int argc, char **argv)
init_ui();
loadPreferences();
prefs.animation_speed = 0;
+
+ /* always show the divecomputer reported ceiling in red */
+ prefs.dcceiling = 1;
+ prefs.redceiling = 1;
+
init_proxy();
if (no_filenames) {
if (prefs.default_file_behavior == LOCAL_DEFAULT_FILE) {