save_scan_do_clamav

Function save_scan_do_clamav 

Source
pub fn save_scan_do_clamav(value: bool)
Expand description

What: Persist the ClamAV scan toggle.

Inputs:

  • value: Whether ClamAV scans should run by default.

Output:

  • None.

Details:

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