pub fn save_show_keybinds_footer(value: bool)Expand description
What: Persist the visibility flag for the keybinds footer.
Inputs:
value: Whether the footer should be rendered.
Output:
- None.
Details:
- Delegates to
save_boolean_key("show_keybinds_footer", value).