about summary refs log tree commit diff stats
path: root/src/command/cmd_funcs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/command/cmd_funcs.c')
-rw-r--r--src/command/cmd_funcs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/command/cmd_funcs.c b/src/command/cmd_funcs.c
index 9d6441b1..f5f2bc90 100644
--- a/src/command/cmd_funcs.c
+++ b/src/command/cmd_funcs.c
@@ -1743,6 +1743,10 @@ cmd_prefs(ProfWin* window, const char* const command, gchar** args)
         cons_show("");
         cons_show_omemo_prefs();
         cons_show("");
+    } else if (strcmp(args[0], "ox") == 0) {
+        cons_show("");
+        cons_show_ox_prefs();
+        cons_show("");
     } else {
         cons_bad_cmd_usage(command);
     }