pub fn changed_fields(a: &Config, b: &Config) -> Vec<&'static str>Expand description
Names of the operator-editable fields that differ between a and b,
in declaration order. Backs the tray UI’s dirty-check and the daemon’s
config-update breadcrumb, so both agree on what the operator can change.