aboutsummaryrefslogtreecommitdiff
path: root/libsylph/prefs_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/prefs_common.h')
-rw-r--r--libsylph/prefs_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libsylph/prefs_common.h b/libsylph/prefs_common.h
index 09dadb16..cd3c1e54 100644
--- a/libsylph/prefs_common.h
+++ b/libsylph/prefs_common.h
@@ -308,6 +308,10 @@ struct _PrefsCommon
/* Online / Offline */
gboolean online_mode;
+
+ /* Append new members here */
+ /* Display */
+ gboolean folder_col_visible[4];
};
extern PrefsCommon prefs_common;