pub fn update_settings_from_components(
changed_settings: Query<'_, '_, (Entity, &mut Setting, Option<&SettingChanged>), Changed<Setting>>,
commands: Commands<'_, '_>,
setting_events: EventWriter<'_, SettingChangedEvent>,
)
Expand description
System to detect and handle setting changes