summaryrefslogtreecommitdiff
path: root/src/settings_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/settings_type.h')
-rw-r--r--src/settings_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/settings_type.h b/src/settings_type.h
index 3b74c5d1b..fb986adf9 100644
--- a/src/settings_type.h
+++ b/src/settings_type.h
@@ -102,6 +102,8 @@ struct GUISettings {
uint16 network_chat_box_width; ///< width of the chat box in pixels
uint8 network_chat_box_height; ///< height of the chat box in lines
#endif
+
+ bool show_date_in_logs; ///< whether to show dates in console logs
};
/** Settings related to currency/unit systems. */