From 8fa42f9f9107f460b49fa7ab171529942e66e7ea Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Wed, 12 Jul 2023 19:34:25 +0200 Subject: Add optional help prompt to the notif bar --- src/main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 2e78b3c..54d46e6 100644 --- a/src/main.c +++ b/src/main.c @@ -115,6 +115,7 @@ render_settings(void) { txt_printf(" SYNC: %s\n\n", sync_setting_str[settings.sync]); txt_printf(" THEME: %s\n\n", theme_setting_str[settings.theme]); txt_printf(" CURSOR: %s\n\n", cursor_setting_str[settings.cursor]); + txt_printf(" HELP: %s\n\n", help_setting_str[settings.help]); txt_render(); txt_clear(); PROF(draw_settings_cursor(), draw_cursor_cycles); -- cgit v1.2.1