pub fn save_selected_countries(value: &str)Expand description
What: Persist the comma-separated list of preferred mirror countries.
Inputs:
value: Country list string (already normalized by caller).
Output:
- None.
Details:
- Delegates to
save_string_key("selected_countries", ...).