pub const DEFAULT_PROFILE_DISABLED: &[&str] = &[
"ZR007", "ZR008", "ZR011", "ZR012", "ZR013", "ZR014", "ZR015",
"ZR102", "ZR103", "ZR104", "ZR107", "ZR108", "ZR109", "ZR110",
"ZR202", "ZR203", "ZR204", "ZR206", "ZR208", "ZR210",
"ZR503", "ZR505", "ZR506", "ZR509", "ZR510",
];
pub fn is_disabled_in_default_profile(id: &str) -> bool {
DEFAULT_PROFILE_DISABLED.contains(&id)
}