Function check_settings_screen_config

Source
pub fn check_settings_screen_config(
    commands: Commands<'_, '_>,
    query: Query<'_, '_, (Entity, &SettingsScreenConfig), (Without<ActiveSettingsScreen>, Changed<SettingsScreenConfig>)>,
    existing_settings: Query<'_, '_, Entity, With<ActiveSettingsScreen>>,
)
Expand description

System to check for new settings configurations