pub fn save_show_install_pane(value: bool)Expand description
What: Persist the visibility flag for the Install pane.
Inputs:
value: Whether the Install pane should be shown on startup.
Output:
- None.
Details:
- Delegates to
save_boolean_key("show_install_pane", value).