AmendHub

Download:

jcs

/

subtext

/

amendments

/

313

user_settings: Forgot a session_menu caller in previous commit


jcs made amendment 313 about 1 year ago
--- user_settings.c Fri Jan 1 02:05:42 1904 +++ user_settings.c Wed Feb 22 21:30:40 2023 @@ -191,7 +191,7 @@ user_settings_menu(struct session *s) while (!done) { c = session_menu(s, "Settings", "Settings", opts, nitems(opts), - show_help); + show_help, NULL, NULL); show_help = false; switch (c) {