save_scan_do_sleuth

Function save_scan_do_sleuth 

Source
pub fn save_scan_do_sleuth(value: bool)
Expand description

What: Persist the Sleuth scan toggle.

Inputs:

  • value: Whether Sleuth scans should run by default.

Output:

  • None.

Details:

  • Delegates to save_boolean_key("scan_do_sleuth", value).