pub fn save_scan_do_custom(value: bool)Expand description
What: Persist the custom scan toggle.
Inputs:
value: Whether user-defined custom scans should run by default.
Output:
- None.
Details:
- Delegates to
save_boolean_key("scan_do_custom", value).