summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/dive.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/dive.h b/core/dive.h
index 6d1bd450d..2d17af17f 100644
--- a/core/dive.h
+++ b/core/dive.h
@@ -144,6 +144,9 @@ struct dive {
struct dive_trip *divetrip;
bool selected;
bool hidden_by_filter;
+#if defined(SUBSURFACE_MOBILE)
+ uint8_t collapsed; /* four values: 0 = don't show, 1 = show as dive, 2 = show corresponding trip, 3 = show dive and trip */
+#endif
timestamp_t when;
struct dive_site *dive_site;
char *notes;