about summary refs log tree commit diff stats
path: root/src/ui/console.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/console.c')
-rw-r--r--src/ui/console.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/console.c b/src/ui/console.c
index 8d4e041e..5e77a9aa 100644
--- a/src/ui/console.c
+++ b/src/ui/console.c
@@ -906,6 +906,8 @@ _cons_time_setting(void)
     char *pref_time = prefs_get_string(PREF_TIME);
     if (g_strcmp0(pref_time, "minutes") == 0)
         cons_show("Time (/time)                  : minutes");
+    else if (g_strcmp0(pref_time, "off") == 0)
+        cons_show("Time (/time)                  : OFF");
     else
         cons_show("Time (/time)                  : seconds");